Skip to content
Commit 29c83306 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: generate lexer and parser during build instead of shipping



zconf.lex.c is generated by flex, zconf.tab.c by bison.  Instead of
running flex and bison during the kernel building, we conventionally
version-control those artifacts with _shipped suffix.

It is tedious to manually regenerate them every time we change the
real sources, zconf.l and zconf.y.

Remove the _shipped files and switch over to build-time generation
of the intermediate C files.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 033dba2e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment