Author: stepan Date: 2009-03-06 18:20:17 +0100 (Fri, 06 Mar 2009) New Revision: 3974
Modified: trunk/coreboot-v2/src/config/Config.lb Log: really clean out all compile time generated files (trivial)
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/config/Config.lb =================================================================== --- trunk/coreboot-v2/src/config/Config.lb 2009-03-06 00:40:25 UTC (rev 3973) +++ trunk/coreboot-v2/src/config/Config.lb 2009-03-06 17:20:17 UTC (rev 3974) @@ -204,7 +204,10 @@ 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