diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-06 17:20:17 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-06 17:20:17 +0000 |
commit | 9cbbc7902a76dadbfa6aea55a7b65616ea680536 (patch) | |
tree | 15c0820e809cf9841ed5bc2ef00043c36103806f /src | |
parent | 59c36f97db28aa558b6f1b4d4d63bbfb44d98978 (diff) | |
download | coreboot-9cbbc7902a76dadbfa6aea55a7b65616ea680536.tar.xz |
really clean out all compile time generated files (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3974 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Config.lb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config/Config.lb b/src/config/Config.lb index 0fa82e16bf..7ef9844621 100644 --- a/src/config/Config.lb +++ b/src/config/Config.lb @@ -204,7 +204,10 @@ makerule clean 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 coreboot_apc* coreboot_ram* coreboot_pay*" - action "rm -f build_opt_tbl* nrv2b* option_table.c crt0.S" + action "rm -f build_opt_tbl* nrv2b* option_table.c option_table.h crt0.S crt0.disasm" + action "rm -f smm smm.elf smm.map smm_bin.c" + action "rm -f dsdt.aml dsdt.c" + action "rm -f payload" end # do standard config files that the user need not specify |