diff options
-rw-r--r-- | target/mips/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index 5c2dad231..6264c3f1b 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -60,7 +60,6 @@ endif ifeq ($(ADK_TARGET_FS),nfsroot) imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSUSERTARBALL) - @cp $(TARGET_DIR)/boot/kernel $(BIN_DIR)/$(TARGET_KERNEL) @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSUSERTARBALL}' endif |