summaryrefslogtreecommitdiff
path: root/target/arm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-31 20:32:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-31 20:33:05 +0200
commited6eb853fe4cc825f96b60ca30b7ebd69a2cbe1c (patch)
tree197086a253276305d7af80c90d5c6c1170645ffd /target/arm
parent7e8ca9795ba14c47e78cb1e69e5464cc89162baa (diff)
add disk support to qemu-arm spitz and terrier
Diffstat (limited to 'target/arm')
-rw-r--r--target/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 47fa758e0..b1bded531 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -36,7 +36,7 @@ endif
ifeq ($(ADK_TARGET_FS),archive)
targethelp:
@echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSTARBALL)"
-ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VERSATILEPB),y)
+ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VERSATILEPB)$(ADK_TARGET_QEMU_ARM_MODEL_TERRIER)$(ADK_TARGET_QEMU_ARM_MODEL_SPITZ),y)
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@echo "Use following command to create a QEMU Image:"
@echo "./scripts/create.sh qemu-${CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)"