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

kbuild: move flex and bison rules to Makefile.host



Flex and bison are used for kconfig, dtc, genksyms, all of which are
host programs. I never imagine the kernel embeds a parser or a lexer.

Move the flex and bison rules to scripts/Makefile.host. This file is
included only when hostprogs-y etc. is present in the Makefile in the
directory. So, parsing these rules are skipped in most of directories.

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