summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-19 18:11:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-19 18:11:47 +0100
commit09ae129e9e97e25ddde0c4acdace8c3c1da32b2b (patch)
tree4191c9cf8f563a647192568c693c13b79620d17d /target/arm/Makefile
parent10e7e6eddb7efd545199a5b817dde03130389626 (diff)
add basic bits and bytes for stm32f429 support
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 06abe009d..57f4fcd66 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -12,6 +12,9 @@ endif
ifeq ($(ADK_TARGET_KERNEL_UIMAGE),y)
KERNEL:=$(LINUX_DIR)/arch/arm/boot/uImage
endif
+ifeq ($(ADK_TARGET_KERNEL_XIPIMAGE),y)
+KERNEL:=$(LINUX_DIR)/arch/arm/boot/xipImage
+endif
QEMU_ARGS:=${ADK_QEMU_ARGS}
ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM_SPITZ),y)