diff options
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index d5f1a761ac..981770f367 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -179,6 +179,12 @@ 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 +hw-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o + +hw-obj-$(CONFIG_RC4030) += rc4030.o +hw-obj-$(CONFIG_DP8393X) += dp8393x.o +hw-obj-$(CONFIG_DS1225Y) += ds1225y.o +hw-obj-$(CONFIG_MIPSNET) += mipsnet.o # Sound sound-obj-y = |