diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:03 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:03 +0000 |
commit | 7f55c7ced67a58018c74f15dd38dfaf00c6591c9 (patch) | |
tree | 1b15c23985630f96f7d933b770c29890d4c26e7c /Makefile.objs | |
parent | 71093711589dafcb920dc3bc9bb811eaf8b14101 (diff) |
Compile vga-isa 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 85451f3630..0f0795c695 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -161,6 +161,7 @@ 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 ###################################################################### # libdis |