]> www.infradead.org Git - users/willy/linux.git/commit
kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 4 Sep 2024 23:47:37 +0000 (08:47 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 8 Sep 2024 03:15:46 +0000 (12:15 +0900)
commitfc41a0a7498636ac0af7c37be80ca8571c2f4173
tree10c00df70004c328b6f842bae91a7db7a4567efc
parentfdf94e4403ece60b29ef9e2da95e2fcefe50817f
kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host

Flex and Bison are used only for host programs. Move their intermediate
target processing from scripts/Makefile.build to scripts/Makefile.host.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.build
scripts/Makefile.host