diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-23 01:42:29 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-23 01:42:29 +0000 |
commit | ffc161e59a917036d6b31e147944f8b54b5b75ae (patch) | |
tree | 7c408e0a4367b9a8eae0fae186a224fb120e9990 /src/config/Config.lb | |
parent | 4dc7b80151952385c217e924648de151185e24a0 (diff) | |
download | coreboot-ffc161e59a917036d6b31e147944f8b54b5b75ae.tar.xz |
updates for hdama and other things.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1004 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Config.lb')
-rw-r--r-- | src/config/Config.lb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/config/Config.lb b/src/config/Config.lb index f896cb77a7..279fe8c9b8 100644 --- a/src/config/Config.lb +++ b/src/config/Config.lb @@ -148,11 +148,10 @@ makerule clean action "rm -f linuxbios.* *~" action "rm -f linuxbios" action "rm -f ldscript.ld" - action "rm -f a.out *.s *.l *.o" - action "rm -f TAGS tags" - action "rm -f docipl" + 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_c* linuxbios_pay*" action "rm -f build_opt_tbl option_table.c crt0.S" - action "rm -f chip_*.c" end # do standard config files that the user need not specify |