kconfig: clean generated *conf-cfg files
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 11 Jan 2019 02:51:48 +0000 (11:51 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
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 <yamada.masahiro@socionext.com>
scripts/kconfig/Makefile

index c05ab001b54c20383f27efd830e33a29aa86b3f9..181973509a05cc806e5e5ffbd8056dcc8da49494 100644 (file)
@@ -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