diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-27 18:18:17 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-27 18:18:17 +0000 |
commit | 57448a975e0aa32b8466caf48ff247e567647c4e (patch) | |
tree | 0a282f80b9ee09ad431af544404775a4975802d9 /Makefile.objs | |
parent | cc01cc8ea20bc89ac1b1af76aac27c5eecfabd36 (diff) |
Compile vmware_vga only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 981770f367..50ae89039f 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -180,6 +180,7 @@ hw-obj-$(CONFIG_QDEV_ADDR) += qdev-addr.o 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_VMWARE_VGA) += vmware_vga.o hw-obj-$(CONFIG_RC4030) += rc4030.o hw-obj-$(CONFIG_DP8393X) += dp8393x.o |