diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-11-03 08:13:39 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-11-03 08:13:39 +0000 |
commit | 2fd467ce3ca96391f787d4e5f8c56878321da160 (patch) | |
tree | 72e7b1658e2418d9394f4bd6ee4d51cb1d334981 /src/arch/ppc/Config.lb | |
parent | ed009371030cb97571c8b8dc342f16a9fa124d59 (diff) |
reverting rev 2082
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2083 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/Config.lb')
-rw-r--r-- | src/arch/ppc/Config.lb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/ppc/Config.lb b/src/arch/ppc/Config.lb index 57931d2d89..31ccc297ce 100644 --- a/src/arch/ppc/Config.lb +++ b/src/arch/ppc/Config.lb @@ -5,16 +5,6 @@ makerule linuxbios.rom action "cp $< $@" end -makerule clean - action "rm -f linuxbios.* *~" - action "rm -f linuxbios" - action "rm -f ldscript.ld" - action "rm -f a.out *.s *.l *.o *.E *.inc" - action "rm -f TAGS tags romcc*" - action "rm -f docipl buildrom* chips.c *chip.c linuxbios_ram* linuxbios_pay*" - action "rm -f build_opt_tbl* nrv2b* option_table.c" -end - dir init dir lib dir boot |