From d69a94788bec85b597a9d0a656c7dcfa29a8ef00 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 14 Nov 2013 15:10:55 +0000 Subject: default-configs: Add config for aarch64-softmmu 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 --- default-configs/aarch64-softmmu.mak | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 default-configs/aarch64-softmmu.mak (limited to 'default-configs') 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 -- cgit v1.2.3