summaryrefslogtreecommitdiff
path: root/target/sh/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-06 19:29:08 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-07 18:31:58 +0100
commit1d6dad6593153c418beeb7dad3fb1cdf2b6649fc (patch)
tree98065f07c1d4a916532fccc94c5b1be1f4bbfcdc /target/sh/Makefile
parentaeee785b047fdc8a25be0b65d9ffe2b9c07900d3 (diff)
sh: add support for numato mimas v2
Diffstat (limited to 'target/sh/Makefile')
-rw-r--r--target/sh/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/sh/Makefile b/target/sh/Makefile
index 0056f7e49..c42d6570a 100644
--- a/target/sh/Makefile
+++ b/target/sh/Makefile
@@ -5,7 +5,11 @@ include $(ADK_TOPDIR)/rules.mk
include $(ADK_TOPDIR)/mk/kernel-build.mk
include $(ADK_TOPDIR)/mk/image.mk
+ifeq ($(ADK_TARGET_SYSTEM_NUMATO_MIMASV2),y)
+KERNEL:=$(LINUX_DIR)/vmlinux
+else
KERNEL:=$(LINUX_DIR)/arch/sh/boot/zImage
+endif
QEMU_ARGS:=-M r2d
QEMU_ARGS+=${ADK_QEMU_ARGS}