diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-06 09:39:19 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-14 20:25:11 +0300 |
commit | 33e84f2e79659e410c379b530dac57779f201d15 (patch) | |
tree | 7a1fbc231bd721a8c0f00064baef3a4da645bf0b /scripts/Makefile.build | |
parent | f6545bec969358eace40419aff26a2a236e0b813 (diff) | |
download | linux-33e84f2e79659e410c379b530dac57779f201d15.tar.xz |
kbuild: treat an object as multi-used when $(foo-) is set
Currently, Kbuild treats an object as multi-used when any of
$(foo-objs), $(foo-y), $(foo-m) is set. It makes more sense to
check $(foo-) as well.
In the context of foo-$(CONFIG_FOO_FEATURE1), CONFIG_FOO_FEATURE1
could be unset.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/Makefile.build')
0 files changed, 0 insertions, 0 deletions