diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:00 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:00 +0000 |
commit | 1afdfddc41fe1b0a79b3a713d3e2393a165cb1bb (patch) | |
tree | 03a8d5e2f8ccd3ba0efb34e489d078a67a7a6338 /Makefile.objs | |
parent | aa28b9bf9ba0904766b15e7ab8d62a76cb3225da (diff) |
Compile vga-pci only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |