newconfig is no more.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
uses CONFIG_UDELAY_IO
|
||||
uses CONFIG_USE_INIT
|
||||
uses CONFIG_ARCH_X86
|
||||
|
||||
object mc146818rtc.o
|
||||
object isa-dma.o
|
||||
object i8259.o
|
||||
|
||||
if CONFIG_UDELAY_IO
|
||||
object udelay_io.o
|
||||
end
|
||||
|
||||
dir vga
|
||||
|
||||
object keyboard.o
|
||||
|
||||
if CONFIG_ARCH_X86
|
||||
if CONFIG_USE_INIT
|
||||
initobject serial.o
|
||||
end
|
||||
end
|
@@ -1,9 +0,0 @@
|
||||
uses CONFIG_VGA
|
||||
|
||||
# always build this.
|
||||
object vga_io.o
|
||||
|
||||
# this adds a vga modeset including a huge font.
|
||||
if CONFIG_VGA
|
||||
object vga.o
|
||||
end
|
Reference in New Issue
Block a user