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
|
ldscript config/ldscript.lb
|
||||||
|
|
||||||
makerule linuxbios.rom
|
makerule linuxbios.rom
|
||||||
depends "linuxbios.strip buildrom"
|
depends "linuxbios"
|
||||||
action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SIZE)"
|
action "cp $< $@"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
dir init
|
||||||
dir lib
|
dir lib
|
||||||
dir boot
|
dir boot
|
||||||
|
|
Loading…
Reference in New Issue