From 1afdfddc41fe1b0a79b3a713d3e2393a165cb1bb Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:00 +0000 Subject: Compile vga-pci only once Signed-off-by: Blue Swirl --- Makefile.objs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 6594eda44d..7ebff443c8 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -155,6 +155,9 @@ hw-obj-$(CONFIG_ESP) += esp.o hw-obj-y += dma-helpers.o sysbus.o isa-bus.o hw-obj-$(CONFIG_QDEV_ADDR) += qdev-addr.o +# VGA +hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o + ###################################################################### # libdis # NOTE: the disassembler code is only needed for debugging -- cgit v1.2.3