linux-stable/scripts/dtc
Masahiro Yamada 9a8dfb394c 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>
2018-04-07 19:04:02 +09:00
..
include-prefixes
libfdt
.gitignore .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore 2018-04-07 19:04:02 +09:00
checks.c
data.c
dt_to_config
dtc-lexer.l
dtc-parser.y
dtc.c
dtc.h
dtx_diff
fdtdump.c
fdtget.c
fdtput.c
flattree.c
fstree.c
livetree.c
Makefile kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile 2018-04-07 19:04:02 +09:00
Makefile.dtc
srcpos.c
srcpos.h
treesource.c
update-dtc-source.sh
util.c
util.h
version_gen.h