diff options
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 |