diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-11 03:51:48 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-14 02:37:09 +0100 |
commit | 2648ca1859bb48cacdbbaf60bbc0bfef74f13330 (patch) | |
tree | c224a7217c2df826da5f032ac1387accc6abf1fe /scripts/kconfig | |
parent | Linux 5.0-rc2 (diff) | |
download | linux-2648ca1859bb48cacdbbaf60bbc0bfef74f13330.tar.xz linux-2648ca1859bb48cacdbbaf60bbc0bfef74f13330.zip |
kconfig: clean generated *conf-cfg files
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>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index c05ab001b54c..181973509a05 100644 --- 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 |