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 --- Makefile.target | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index d2c988f08e..1d3862aeac 100644 --- a/Makefile.target +++ b/Makefile.target @@ -376,7 +376,8 @@ obj-m68k-y += m68k-semi.o dummy_m68k.o obj-s390x-y = s390-virtio-bus.o s390-virtio.o -obj-alpha-y = +obj-alpha-y = i8259.o mc146818rtc.o +obj-alpha-y += vga.o cirrus_vga.o main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) -- cgit v1.2.3