This now builds.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2009-08-12 15:56:17 +00:00
parent 5f6572ec8b
commit fd4519b5ef
19 changed files with 122 additions and 30 deletions

View File

@@ -6,4 +6,4 @@ obj-$(CONFIG_UDELAY_IO) += udelay_io.o
obj-y += keyboard.o
#initobj-y += serial.o
subdirs-y += vga

View File

@@ -0,0 +1,2 @@
obj-y += vga_io.o
obj-$(CONFIG_VGA) += vga.o