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/vx800/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/via/vx800/Makefile.inc') diff --git a/src/northbridge/via/vx800/Makefile.inc b/src/northbridge/via/vx800/Makefile.inc index c44266d0c3..f46a58f8e6 100644 --- a/src/northbridge/via/vx800/Makefile.inc +++ b/src/northbridge/via/vx800/Makefile.inc @@ -19,7 +19,7 @@ ## driver-y += northbridge.o -driver-y += vga.o +driver-$(CONFIG_VGA_ROM_RUN) += vga.o driver-y += vx800_lpc.o driver-y += vx800_ide.o -- cgit v1.2.3