diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-10-09 09:58:00 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-01-25 18:32:59 +0000 |
commit | 331636431af32ece373f4b1fb7c3ae9d0615e2a6 (patch) | |
tree | b2a0c761e8e3b3b76361ed1d9f9990e6fd7d8bfb /Makefile.target | |
parent | fd4aa979033ca604ad829cf95055d4b5c5ed1063 (diff) | |
download | qemu-331636431af32ece373f4b1fb7c3ae9d0615e2a6.zip |
vga: compile cirrus_vga in hwlib
Remove target dependencies and compile Cirrus VGA in hwlib.
Address masking can be removed since memory API handles that now.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 69193d4938..e554d333a7 100644 --- a/Makefile.target +++ b/Makefile.target @@ -197,7 +197,6 @@ obj-$(CONFIG_REALLY_VIRTFS) += 9pfs/virtio-9p-device.o obj-$(CONFIG_KVM) += kvm.o kvm-all.o obj-$(CONFIG_NO_KVM) += kvm-stub.o obj-$(CONFIG_VGA) += vga.o -obj-$(CONFIG_VGA_CIRRUS) += cirrus_vga.o obj-y += memory.o savevm.o LIBS+=-lz |