kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile
Linux commit 9a8dfb3

Files suffixed by .lex.c, .tab.[ch] are generated lexers, parsers,
respectively.  Clean them up globally from the top Makefile.

Some of the final host programs those lexer/parser are linked into
are necessary for building external modules, but the intermediates
are unneeded.  They can be cleaned away by 'make clean' instead of
'make mrproper'.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 369809e commit 259d9bdaf2bfc6882910005a0ef4b3199139ebe2
@Masahiro Yamada Masahiro Yamada authored on 30 Dec 2018
Sascha Hauer committed on 3 Jan 2019
Showing 3 changed files
View
Makefile
View
scripts/dtc/Makefile
View
scripts/kconfig/Makefile