Fixes to various config files.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@908 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2003-06-24 19:44:00 +00:00
parent dabc15feec
commit 1807c37418
9 changed files with 28 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
default ARCH=i386
dir lib
dir boot
dir smp

View File

@@ -1,3 +1,5 @@
uses HAVE_PIRQ_TABLE
object boot.o
object linuxbios_table.o
object tables.o

View File

@@ -1,3 +1,6 @@
uses HAVE_MP_TABLE
uses CONFIG_SMP
if HAVE_MP_TABLE
object mpspec.o
end