Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
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
Branches
Tags
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