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

kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled



Currently, the top Makefile includes all of scripts/Makefile.<feature>
even if the associated CONFIG option is disabled.

Do not include unneeded Makefiles in order to slightly optimize the
parse stage.

Include $(include-y), and ignore $(include-).

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent faabed29
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