summaryrefslogtreecommitdiff
path: root/target/mipsel/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-01 21:10:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-01 21:10:47 +0100
commit521e7247df6ba4e2cf4a487dd44385305972c9ee (patch)
treee380db474f4d3a982b6958ee7eb1b1e86f450b8e /target/mipsel/Makefile
parentd9a3994a44d79ed167f41db09edd0dae41566b55 (diff)
switch mipsel uclibc to N32 ABI
Diffstat (limited to 'target/mipsel/Makefile')
-rw-r--r--target/mipsel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile
index 02e6057ca..dfe192e03 100644
--- a/target/mipsel/Makefile
+++ b/target/mipsel/Makefile
@@ -65,6 +65,7 @@ imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSSQUASHFS)
endif
ifeq ($(ADK_TARGET_FS),nfsroot)
imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSUSERTARBALL)
+ @cp $(TARGET_DIR)/boot/kernel $(TARGET_KERNEL)
@echo 'The kernel file is: ${TARGET_KERNEL}'
@echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSUSERTARBALL}'
ifeq ($(ADK_TARGET_SYSTEM_LINKSYS_AG241),y)