diff options
-rw-r--r-- | target/microblaze/Makefile | 1 |
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 |