diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-11-14 15:10:55 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-11-27 14:53:02 +0000 |
commit | 821f3c9eb64ce61b92f7928779b78390a7f30256 (patch) | |
tree | c9ad2b6b4bea521ccee6f41a36cded9ca2486085 | |
parent | 9f2e4d592c6ecbb57e9b38cc7ec855a0351c6ac0 (diff) | |
download | qemu-arm-aarch64-kvm-working.tar.gz |
default-configs: Add config for aarch64-softmmuaarch64-kvm-working
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.mak | 9 |
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 |