summaryrefslogtreecommitdiff
path: root/target/microblaze
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-13 15:18:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-13 15:18:21 +0100
commit6f9f6b6ae9fd45b92dbafc21bae053b112573b17 (patch)
tree5433733531f51a4b4375f5b9ae088ed06cfc8c64 /target/microblaze
parent01c284ff8d0220f6c4c217415380f8e42fb3c71c (diff)
copy kernel
Diffstat (limited to 'target/microblaze')
-rw-r--r--target/microblaze/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile
index de528f91e..74f8d3dd0 100644
--- a/target/microblaze/Makefile
+++ b/target/microblaze/Makefile
@@ -57,5 +57,6 @@ endif
endif
ifeq ($(ADK_TARGET_FS),archive)
imageinstall: $(FW_DIR)/$(ROOTFSTARBALL)
+ @cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
@echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSTARBALL)"
endif