diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-23 22:04:31 +0900 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-04-07 19:04:02 +0900 |
| commit | 9a8dfb394c046742b2ac7444ba42272e11e9989d (patch) | |
| tree | 6518db2ad9e3c390847fadfb9150849b389fff1c /scripts/genksyms/Makefile | |
| parent | .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore (diff) | |
| download | linux-9a8dfb394c046742b2ac7444ba42272e11e9989d.tar.gz linux-9a8dfb394c046742b2ac7444ba42272e11e9989d.zip | |
kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile
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>
Acked-by: Frank Rowand <frowand.list@gmail.com>
Diffstat (limited to 'scripts/genksyms/Makefile')
| -rw-r--r-- | scripts/genksyms/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/genksyms/Makefile b/scripts/genksyms/Makefile index 34d6ab1811a4..0ccac515a8d8 100644 --- a/scripts/genksyms/Makefile +++ b/scripts/genksyms/Makefile @@ -11,5 +11,3 @@ HOSTCFLAGS_lex.lex.o := -I$(src) # dependencies on generated files need to be listed explicitly $(obj)/lex.lex.o: $(obj)/parse.tab.h - -clean-files := lex.lex.c parse.tab.c parse.tab.h |
