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:
Stefan Reinauer 2009-04-04 18:40:46 +00:00 committed by Stefan Reinauer
parent e6cc67b07a
commit 16e34b98a1
1 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,15 @@
ldscript init/ldscript.lb
makerule coreboot.rom
makerule coreboot.strip
depends "coreboot"
action "cp $< $@"
end
makerule coreboot.rom
depends "coreboot.strip"
action "cp $< $@"
end
dir init
dir lib
dir boot