summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/x86/Makefile2
-rw-r--r--target/x86_64/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/target/x86/Makefile b/target/x86/Makefile
index dc4edf146..d33bd7246 100644
--- a/target/x86/Makefile
+++ b/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:"
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index b206f5f13..f85b7205a 100644
--- a/target/x86_64/Makefile
+++ b/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:"