diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-20 18:27:40 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-13 18:10:42 +0200 |
commit | cf8dfd15e5fb280fa1e79e1d373456cb1e701222 (patch) | |
tree | d98293942f605d235b741e77d6b9ea3bcdb85e23 /init | |
parent | kbuild: make bison create C file and header in a single pattern rule (diff) | |
download | linux-cf8dfd15e5fb280fa1e79e1d373456cb1e701222.tar.xz linux-cf8dfd15e5fb280fa1e79e1d373456cb1e701222.zip |
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: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions