It builds!

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2003-09-26 16:12:23 +00:00
parent aa4b4e031f
commit 430111b9d1
8 changed files with 321 additions and 315 deletions

View File

@@ -1,3 +1,5 @@
uses CONFIG_SMP
init config/crt0.base
ldscript config/ldscript.lb
@@ -37,4 +39,6 @@ addaction clean "rm -f romimage payload.*"
dir lib
dir boot
dir smp
if CONFIG_SMP
dir smp
end