aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-11-14 15:10:55 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-11-27 16:23:04 +0000
commitd69a94788bec85b597a9d0a656c7dcfa29a8ef00 (patch)
treefdab5256d8b25dadf8c859624a41931fe7ca97b5
parent597a8aeb9297ea2a82a5d072898c2c5831000731 (diff)
default-configs: Add config for aarch64-softmmumach-virt-64
Add a config for aarch64-softmmu; this enables building of this target. The resulting executable doesn't know about any 64 bit CPUs, but all the 32 bit CPUs and board models work. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--default-configs/aarch64-softmmu.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak
new file mode 100644
index 0000000000..76a45cc4ec
--- /dev/null
+++ b/default-configs/aarch64-softmmu.mak
@@ -0,0 +1,9 @@
+# Default configuration for aarch64-softmmu
+
+include pci.mak
+include usb.mak
+
+# We support all the 32 bit boards so need all their config
+include arm-softmmu.mak
+
+# Currently no 64-bit specific config requirements