From 2d7ff69a036c9878976f983a6f4de37575e87fc4 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Mon, 2 Aug 2010 15:14:13 +0000 Subject: Build VGA code conditionally to avoid errors when using SeaBIOS. Signed-off-by: Myles Watson Acked-by: Kevin O'Connor git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5680 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/via/cx700/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/via/cx700') diff --git a/src/northbridge/via/cx700/Makefile.inc b/src/northbridge/via/cx700/Makefile.inc index 1221fd5f8b..9b7a42c57e 100644 --- a/src/northbridge/via/cx700/Makefile.inc +++ b/src/northbridge/via/cx700/Makefile.inc @@ -23,4 +23,4 @@ obj-y += northbridge.o driver-y += cx700_agp.o driver-y += cx700_lpc.o driver-y += cx700_sata.o -driver-y += cx700_vga.o +driver-$(CONFIG_VGA_ROM_RUN) += cx700_vga.o -- cgit v1.2.3