Browse Source

copy kernel

Waldemar Brodkorb 10 years ago
parent
commit
6f9f6b6ae9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/microblaze/Makefile

+ 1 - 0
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