summaryrefslogtreecommitdiff
path: root/target/microblaze
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-14 09:26:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-14 09:26:52 +0100
commit5309511c9574091fb20a60c09e3b726c6c8e20b9 (patch)
treeb7d2e87400f7bd8fab3ae24a7bb6e5d0cf5fc549 /target/microblaze
parent257d725fc54b2c1772e5e206b08b4e53fd5beb4c (diff)
parentf6161af2d6f3e0ed683fe77450aa2f9fe9ec100b (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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