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:
@@ -6,4 +6,4 @@ obj-$(CONFIG_UDELAY_IO) += udelay_io.o
|
||||
obj-y += keyboard.o
|
||||
|
||||
#initobj-y += serial.o
|
||||
|
||||
subdirs-y += vga
|
||||
|
2
src/pc80/vga/Makefile.inc
Normal file
2
src/pc80/vga/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
obj-y += vga_io.o
|
||||
obj-$(CONFIG_VGA) += vga.o
|
Reference in New Issue
Block a user