aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:03 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:03 +0000
commit7f55c7ced67a58018c74f15dd38dfaf00c6591c9 (patch)
tree1b15c23985630f96f7d933b770c29890d4c26e7c /Makefile.objs
parent71093711589dafcb920dc3bc9bb811eaf8b14101 (diff)
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