summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-03-06 17:20:17 +0000
committerStefan Reinauer <stepan@openbios.org>2009-03-06 17:20:17 +0000
commit9cbbc7902a76dadbfa6aea55a7b65616ea680536 (patch)
tree15c0820e809cf9841ed5bc2ef00043c36103806f /src/config
parent59c36f97db28aa558b6f1b4d4d63bbfb44d98978 (diff)
downloadcoreboot-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/config')
-rw-r--r--src/config/Config.lb5
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