summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 13:16:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 13:17:01 +0200
commitf5f34fe0e16239f40270b1babb002e8aec3d3fed (patch)
treed16f6fbc6db033bc6e4345fcf9f65ba1ffa35ab6 /target/arm/Makefile
parente88a18927d78680433caca8a63c6f4f24d3468b3 (diff)
fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as default
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 9ac81e8f1..329a46ea1 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -23,7 +23,7 @@ ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VERSATILEPB),y)
QEMU_ARGS+=-M versatilepb -net user -net nic,model=smc91c111
endif
ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VEXPRESS_A9),y)
-QEMU_ARGS+=vexpress-a9 -cpu cortex-a9 -net user -net nic,model=lan9118
+QEMU_ARGS+=-M vexpress-a9 -cpu cortex-a9 -net user -net nic,model=lan9118
endif
ifeq ($(ADK_TARGET_QEMU_WITH_VIRTIO),y)
QEMU_ARGS+=-drive file=qemu-${CPU_ARCH}.img,if=virtio,index=0 -net nic,model=virtio -net user