summaryrefslogtreecommitdiff
path: root/target/nds32/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-09 12:48:08 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-30 03:44:10 +0200
commit7ed4d2a409cb24e7beef850c6b90e47f0f6b71d2 (patch)
treebc1ebdfaa9cafaab8c30fa915ff98f51a5509eee /target/nds32/Makefile
parentc5990c364e54fae1b1d0da5f88d3cf7c9c0ba782 (diff)
add support for nds32 architecture
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/nds32/Makefile')
-rw-r--r--target/nds32/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/nds32/Makefile b/target/nds32/Makefile
index 3d8f8d42b..146491b3b 100644
--- a/target/nds32/Makefile
+++ b/target/nds32/Makefile
@@ -6,6 +6,9 @@ include $(ADK_TOPDIR)/mk/kernel-build.mk
include $(ADK_TOPDIR)/mk/image.mk
KERNEL:=$(LINUX_DIR)/$(ADK_TARGET_KERNEL)
+ifeq ($(ADK_TARGET_KERNEL_IMAGE),y)
+KERNEL:=$(LINUX_DIR)/arch/nds32/boot/Image
+endif
# target helper text
ifeq ($(ADK_TARGET_FS),archive)