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
This commit is contained in:
parent
59c36f97db
commit
9cbbc7902a
|
@ -204,7 +204,10 @@ makerule clean
|
||||||
action "rm -f a.out *.s *.l *.o *.E *.inc"
|
action "rm -f a.out *.s *.l *.o *.E *.inc"
|
||||||
action "rm -f TAGS tags romcc*"
|
action "rm -f TAGS tags romcc*"
|
||||||
action "rm -f docipl buildrom* chips.c *chip.c coreboot_apc* coreboot_ram* coreboot_pay*"
|
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
|
end
|
||||||
|
|
||||||
# do standard config files that the user need not specify
|
# do standard config files that the user need not specify
|
||||||
|
|
Loading…
Reference in New Issue