The scanners of the latest version of dtc and convert-dtsv0 are no longer use start condition "INCLUDE". so we should delete it. Signed-off-by: Wang Long <long.wanglong@xxxxxxxxxx> --- convert-dtsv0-lexer.l | 1 - dtc-lexer.l | 1 - 2 files changed, 2 deletions(-) diff --git a/convert-dtsv0-lexer.l b/convert-dtsv0-lexer.l index 548e719..259e527 100644 --- a/convert-dtsv0-lexer.l +++ b/convert-dtsv0-lexer.l @@ -19,7 +19,6 @@ %option noyywrap nounput noinput never-interactive -%x INCLUDE %x BYTESTRING %x PROPNODENAME diff --git a/dtc-lexer.l b/dtc-lexer.l index 5c9969f..0ee1caf 100644 --- a/dtc-lexer.l +++ b/dtc-lexer.l @@ -20,7 +20,6 @@ %option noyywrap nounput noinput never-interactive -%x INCLUDE %x BYTESTRING %x PROPNODENAME %s V1 -- 1.8.3.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html