diff options
Diffstat (limited to 'target')
-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 dd6811057..36909b6b7 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -64,7 +64,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 |