Browse Source

archive rootfs includes kernel in tarball

Waldemar Brodkorb 15 years ago
parent
commit
1bee5acd73
2 changed files with 0 additions and 4 deletions
  1. 0 2
      target/x86/Makefile
  2. 0 2
      target/x86_64/Makefile

+ 0 - 2
target/x86/Makefile

@@ -27,8 +27,6 @@ createinitcrypt:
 
 ifeq ($(FS),archive)
 imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
-	@cp $(KERNEL) ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel
-	@echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel'
 	@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
 ifeq ($(ADK_HARDWARE_QEMU_X86),y)
 	@echo "Use following command to create a QEMU Image:"

+ 0 - 2
target/x86_64/Makefile

@@ -17,8 +17,6 @@ tools-compile: $(TOOLS_BUILD_DIR)
 
 ifeq ($(FS),archive)
 imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
-	@cp $(KERNEL) $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
-	@echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel'
 	@echo 'The RootFS tarball is: ${BIN_DIR}/${ROOTFSTARBALL}'
 ifeq ($(ADK_HARDWARE_QEMU_X86_64),y)
 	@echo "Use following command to create a QEMU Image:"