From b758aca1f6cdb175634812b79f5560c36c902d00 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 20 May 2011 14:02:28 -0700 Subject: target-alpha: Enable the alpha-softmmu target. With all of the pre-existing code that would not compile gone, this is the earliest point at which the target can be enabled. There is no machine defined yet, so this will crash on startup. Enable the target anyway, to make sure that further compilation problems do not creep back in. Signed-off-by: Richard Henderson --- default-configs/alpha-softmmu.mak | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 default-configs/alpha-softmmu.mak (limited to 'default-configs') diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-softmmu.mak new file mode 100644 index 0000000000..abadcffec9 --- /dev/null +++ b/default-configs/alpha-softmmu.mak @@ -0,0 +1,9 @@ +# Default configuration for alpha-softmmu + +include pci.mak +CONFIG_SERIAL=y +CONFIG_I8254=y +CONFIG_VGA_PCI=y +CONFIG_IDE_CORE=y +CONFIG_IDE_QDEV=y +CONFIG_VMWARE_VGA=y -- cgit v1.2.3