Author: stepan Date: 2009-04-04 20:40:46 +0200 (Sat, 04 Apr 2009) New Revision: 4068
Modified: trunk/coreboot-v2/src/arch/ppc/Config.lb Log: small workaround for romtool incompatibility with ppc ports Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/coreboot-v2/src/arch/ppc/Config.lb =================================================================== --- trunk/coreboot-v2/src/arch/ppc/Config.lb 2009-04-04 18:24:21 UTC (rev 4067) +++ trunk/coreboot-v2/src/arch/ppc/Config.lb 2009-04-04 18:40:46 UTC (rev 4068) @@ -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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

