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:
Patrick Georgi
2010-02-07 21:43:48 +00:00
parent 389240f288
commit abf2ad716d
653 changed files with 15 additions and 64257 deletions

View File

@@ -1,33 +0,0 @@
uses CONFIG_USE_INIT
uses CONFIG_USBDEBUG_DIRECT
object clog2.o
object uart8250.o
if CONFIG_USBDEBUG_DIRECT
object usbdebug_direct.o
end
object memset.o
object memcpy.o
object memcmp.o
object memmove.o
object malloc.o
object delay.o
object fallback_boot.o
object compute_ip_checksum.o
object version.o
object gcc.o
object cbfs.o
object lzma.o
object cbmem.o
# Force version.o to recompile every time
makedefine .PHONY : version.o
initobject uart8250.o
initobject memset.o
initobject memcpy.o
initobject memcmp.o