new init stuff
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@959 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a485fe9f10
commit
68f9b1b135
|
@ -1,10 +1,10 @@
|
|||
init config/crt0.lb
|
||||
ldscript config/ldscript.lb
|
||||
|
||||
makerule linuxbios.rom
|
||||
depends "linuxbios.strip buildrom"
|
||||
action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SIZE)"
|
||||
depends "linuxbios"
|
||||
action "cp $< $@"
|
||||
end
|
||||
|
||||
dir init
|
||||
dir lib
|
||||
dir boot
|
||||
|
|
Loading…
Reference in New Issue