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>
Showing
- scripts/dtc/Makefile 4 additions, 2 deletionsscripts/dtc/Makefile
- scripts/dtc/dtc-lexer.lex.c_shipped 0 additions, 2259 deletionsscripts/dtc/dtc-lexer.lex.c_shipped
- scripts/dtc/dtc-parser.tab.c_shipped 0 additions, 2321 deletionsscripts/dtc/dtc-parser.tab.c_shipped
- scripts/dtc/dtc-parser.tab.h_shipped 0 additions, 125 deletionsscripts/dtc/dtc-parser.tab.h_shipped
- scripts/dtc/update-dtc-source.sh 1 addition, 6 deletionsscripts/dtc/update-dtc-source.sh
scripts/dtc/dtc-lexer.lex.c_shipped
deleted
100644 → 0
This diff is collapsed.
scripts/dtc/dtc-parser.tab.c_shipped
deleted
100644 → 0
This diff is collapsed.
scripts/dtc/dtc-parser.tab.h_shipped
deleted
100644 → 0
Please register or sign in to comment