Commit 421be6fca5cbe0d9dd3a10467529eed53528c258
Committed by
Tom Rini
1 parent
795f452eef
Exists in
smarc_8mq_lf_v2020.04
and in
14 other branches
Makefile: drop mention of *.cfgtmp
Since commit f916757300 (imx: Create distinct pre-processed mkimage config files), *.cfgtmp files are no longer generated. There is no need to remove them on the 'clean' target anymore. Rename the .gitignore glob to *.cfgout. Cc: Trent Piepho <tpiepho@impinj.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Showing 2 changed files with 2 additions and 3 deletions Side-by-side Diff
.gitignore
Makefile
| ... | ... | @@ -1609,13 +1609,12 @@ |
| 1609 | 1609 | $(clean-dirs): |
| 1610 | 1610 | $(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@) |
| 1611 | 1611 | |
| 1612 | -# TODO: Do not use *.cfgtmp | |
| 1613 | 1612 | clean: $(clean-dirs) |
| 1614 | 1613 | $(call cmd,rmdirs) |
| 1615 | 1614 | $(call cmd,rmfiles) |
| 1616 | 1615 | @find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \ |
| 1617 | 1616 | \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \ |
| 1618 | - -o -name '*.ko.*' -o -name '*.su' -o -name '*.cfgtmp' \ | |
| 1617 | + -o -name '*.ko.*' -o -name '*.su' \ | |
| 1619 | 1618 | -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \ |
| 1620 | 1619 | -o -name '*.lex.c' -o -name '*.tab.[ch]' \ |
| 1621 | 1620 | -o -name '*.symtypes' -o -name 'modules.order' \ |