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,17 +0,0 @@
|
||||
uses CONFIG_PCI_OPTION_ROM_RUN_YABEL
|
||||
uses CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
||||
|
||||
if CONFIG_PCI_OPTION_ROM_RUN_YABEL
|
||||
dir yabel
|
||||
dir x86emu
|
||||
else
|
||||
if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
||||
object x86.o
|
||||
object x86_interrupts.o
|
||||
object x86_asm.S
|
||||
else
|
||||
object biosemu.o
|
||||
dir x86emu
|
||||
end
|
||||
end
|
||||
|
@@ -1,9 +0,0 @@
|
||||
makedefine CPPFLAGS += -I$(TOP)/util/x86emu/include
|
||||
|
||||
object debug.o
|
||||
object decode.o
|
||||
object fpu.o
|
||||
object ops.o
|
||||
object ops2.o
|
||||
object prim_ops.o
|
||||
object sys.o
|
@@ -1,9 +0,0 @@
|
||||
object biosemu.o
|
||||
object debug.o
|
||||
object device.o
|
||||
object interrupt.o
|
||||
object io.o
|
||||
object mem.o
|
||||
object pmm.o
|
||||
#object vbe.o
|
||||
dir compat
|
@@ -1 +0,0 @@
|
||||
object functions.o
|
Reference in New Issue
Block a user