commit | 769a1c02267854c48852532e5d7b595afcfe8dd7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 24 19:47:30 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Feb 13 23:25:58 2019 +0900 |
tree | 113b7e5663d84709585a8976668f8fa9d16215e6 | |
parent | 981e545a698aee98ed9c11202fe9bc93242f3cec [diff] [blame] |
kconfig: rename zconf.y to parser.y Use a more logical name. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/scripts/kconfig/lexer.l b/scripts/kconfig/lexer.l index b2d0a3b..c9df1c8 100644 --- a/scripts/kconfig/lexer.l +++ b/scripts/kconfig/lexer.l
@@ -15,7 +15,7 @@ #include <unistd.h> #include "lkc.h" -#include "zconf.tab.h" +#include "parser.tab.h" #define YY_DECL static int yylex1(void)