summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-05-05 18:50:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-05-05 18:50:41 +0200
commit98bb67c34d5c9eee9fc5254e7674b530949fc16e (patch)
treef2610f89969443ed9deb9e4a2bfc4bd66d7ec535 /target
parent82fc7fc2b245824d07828b224b4c989277b5cf4f (diff)
fix lemote target
Diffstat (limited to 'target')
-rw-r--r--target/mips/Makefile1
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