diff options
Diffstat (limited to 'target/x86_64/Makefile')
-rw-r--r-- | target/x86_64/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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:" |