OSDN Git Service

scripts/dtc: generate lexer and parser during build instead of shipping
authorRob Herring <robh@kernel.org>
Tue, 27 Feb 2018 23:28:47 +0000 (17:28 -0600)
committerRob Herring <robh@kernel.org>
Tue, 6 Mar 2018 02:58:17 +0000 (20:58 -0600)
commite039139be8c25145b103ab365ff1bd4a540066a3
tree322c47daa93479e5139aba875c3bd253d17498a8
parenta54b81ea242309a098162c3284ed964074bee72a
scripts/dtc: generate lexer and parser during build instead of shipping

Now that the kernel build supports flex and bison, remove the _shipped
files and generate them during the build instead.

Based on Masahiro's original patch.

Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Rob Herring <robh@kernel.org>
scripts/dtc/Makefile
scripts/dtc/dtc-lexer.lex.c_shipped [deleted file]
scripts/dtc/dtc-parser.tab.c_shipped [deleted file]
scripts/dtc/dtc-parser.tab.h_shipped [deleted file]
scripts/dtc/update-dtc-source.sh