From 331636431af32ece373f4b1fb7c3ae9d0615e2a6 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 9 Oct 2011 09:58:00 +0000 Subject: 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 --- Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 04a1d1b..9ca6063 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 -- cgit v1.1