diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-10-09 09:58:00 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-01-25 18:32:59 +0000 |
commit | 331636431af32ece373f4b1fb7c3ae9d0615e2a6 (patch) | |
tree | b2a0c761e8e3b3b76361ed1d9f9990e6fd7d8bfb /Makefile.objs | |
parent | fd4aa979033ca604ad829cf95055d4b5c5ed1063 (diff) |
vga: compile cirrus_vga in hwlib
Remove target dependencies and compile Cirrus VGA in hwlib.
Address masking can be removed since memory API handles that now.
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 04a1d1b497..9ca606356f 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -289,6 +289,7 @@ 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_VMMOUSE) += vmmouse.o +hw-obj-$(CONFIG_VGA_CIRRUS) += cirrus_vga.o hw-obj-$(CONFIG_RC4030) += rc4030.o hw-obj-$(CONFIG_DP8393X) += dp8393x.o |