Kconfig lexer and parser are built from real .l and .y since 4.16.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
if test -f /etc/redhat-release ; then
$SUDO yum install -y redhat-lsb-core
$SUDO yum install -y elfutils-libelf-devel # for ORC unwinder
+ $SUDO yum install -y flex bison # for Kconfig
fi
if which apt-get > /dev/null ; then
$SUDO apt-get install -y lsb-release
$SUDO apt-get install -y libelf-dev # for ORC unwinder
+ $SUDO apt-get install -y flex bison # for Kconfig
fi
case $(lsb_release -si) in