From 16e34b98a1f7acb3a37579388df585fbc0fa10e5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 4 Apr 2009 18:40:46 +0000 Subject: small workaround for romtool incompatibility with ppc ports Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4068 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/ppc/Config.lb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/arch/ppc/Config.lb b/src/arch/ppc/Config.lb index 4e3c858c53..1a5ad840e7 100644 --- a/src/arch/ppc/Config.lb +++ b/src/arch/ppc/Config.lb @@ -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 -- cgit v1.2.3