Message ID | 1547175108-14744-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 2648ca1859bb48cacdbbaf60bbc0bfef74f13330 |
Headers | show |
Series | kconfig: clean generated *conf-cfg files | expand |
On Fri, Jan 11, 2019 at 2:12 PM Masahiro Yamada <yamada.masahiro@socionext.com> wrote: > > 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> > --- Applied to linux-kbuild/fixes. -- Best Regards Masahiro Yamada
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index c05ab00..1819735 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
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4