projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7fc5c
)
kconfig: clean generated *conf-cfg files
author
Masahiro Yamada
<
[email protected]
>
Fri, 11 Jan 2019 02:51:48 +0000
(11:51 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Mon, 14 Jan 2019 01:37:09 +0000
(10:37 +0900)
I accidentally dropped '*' in the previous renaming patch.
Revive it so that 'make mrproper' can clean the generated files.
Fixes: d86271af6460 ("kconfig: rename generated .*conf-cfg to *conf-cfg")
Signed-off-by: Masahiro Yamada <
[email protected]
>
scripts/kconfig/Makefile
patch
|
blob
|
history
diff --git
a/scripts/kconfig/Makefile
b/scripts/kconfig/Makefile
index c05ab001b54c20383f27efd830e33a29aa86b3f9..181973509a05cc806e5e5ffbd8056dcc8da49494 100644
(file)
--- a/
scripts/kconfig/Makefile
+++ b/
scripts/kconfig/Makefile
@@
-206,4
+206,4
@@
filechk_conf_cfg = $(CONFIG_SHELL) $<
$(obj)/%conf-cfg: $(src)/%conf-cfg.sh FORCE
$(call filechk,conf_cfg)
-clean-files += conf-cfg
+clean-files +=
*
conf-cfg