浏览代码

copy kernel

Waldemar Brodkorb 11 年之前
父节点
当前提交
6f9f6b6ae9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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