summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2011-10-09 09:58:00 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-01-25 18:32:59 +0000
commit331636431af32ece373f4b1fb7c3ae9d0615e2a6 (patch)
treeb2a0c761e8e3b3b76361ed1d9f9990e6fd7d8bfb /Makefile.objs
parentfd4aa979033ca604ad829cf95055d4b5c5ed1063 (diff)
downloadhqemu-331636431af32ece373f4b1fb7c3ae9d0615e2a6.zip
hqemu-331636431af32ece373f4b1fb7c3ae9d0615e2a6.tar.gz
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.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 04a1d1b..9ca6063 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -289,6 +289,7 @@ hw-obj-$(CONFIG_VGA_ISA) += vga-isa.o
hw-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o
hw-obj-$(CONFIG_VMWARE_VGA) += vmware_vga.o
hw-obj-$(CONFIG_VMMOUSE) += vmmouse.o
+hw-obj-$(CONFIG_VGA_CIRRUS) += cirrus_vga.o
hw-obj-$(CONFIG_RC4030) += rc4030.o
hw-obj-$(CONFIG_DP8393X) += dp8393x.o
OpenPOWER on IntegriCloud