small workaround for romtool incompatibility with ppc ports
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4068 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e6cc67b07a
commit
16e34b98a1
|
@ -1,10 +1,15 @@
|
||||||
ldscript init/ldscript.lb
|
ldscript init/ldscript.lb
|
||||||
|
|
||||||
makerule coreboot.rom
|
makerule coreboot.strip
|
||||||
depends "coreboot"
|
depends "coreboot"
|
||||||
action "cp $< $@"
|
action "cp $< $@"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
makerule coreboot.rom
|
||||||
|
depends "coreboot.strip"
|
||||||
|
action "cp $< $@"
|
||||||
|
end
|
||||||
|
|
||||||
dir init
|
dir init
|
||||||
dir lib
|
dir lib
|
||||||
dir boot
|
dir boot
|
||||||
|
|
Loading…
Reference in New Issue