summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl2010-03-21 20:47:03 +0100
committerBlue Swirl2010-03-21 20:47:03 +0100
commit7f55c7ced67a58018c74f15dd38dfaf00c6591c9 (patch)
tree1b15c23985630f96f7d933b770c29890d4c26e7c /Makefile.objs
parentCompile pcspk only once (diff)
downloadqemu-7f55c7ced67a58018c74f15dd38dfaf00c6591c9.tar.gz
qemu-7f55c7ced67a58018c74f15dd38dfaf00c6591c9.tar.xz
qemu-7f55c7ced67a58018c74f15dd38dfaf00c6591c9.zip
Compile vga-isa only once
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 85451f3630..0f0795c695 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -161,6 +161,7 @@ hw-obj-$(CONFIG_QDEV_ADDR) += qdev-addr.o
# VGA
hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o
+hw-obj-$(CONFIG_VGA_ISA) += vga-isa.o
######################################################################
# libdis