From abf2ad716daff751d75907d47bcae4a7044fd7b4 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 7 Feb 2010 21:43:48 +0000 Subject: newconfig is no more. Signed-off-by: Patrick Georgi Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/Config.lb | 21 --------------------- src/pc80/vga/Config.lb | 9 --------- 2 files changed, 30 deletions(-) delete mode 100644 src/pc80/Config.lb delete mode 100644 src/pc80/vga/Config.lb (limited to 'src/pc80') diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb deleted file mode 100644 index 24af51c208..0000000000 --- a/src/pc80/Config.lb +++ /dev/null @@ -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 diff --git a/src/pc80/vga/Config.lb b/src/pc80/vga/Config.lb deleted file mode 100644 index 0608d9579f..0000000000 --- a/src/pc80/vga/Config.lb +++ /dev/null @@ -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 -- cgit v1.2.3