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