diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-06 08:39:19 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-14 19:25:11 +0200 |
commit | 33e84f2e79659e410c379b530dac57779f201d15 (patch) | |
tree | 7a1fbc231bd721a8c0f00064baef3a4da645bf0b /Makefile | |
parent | kbuild: add [M] marker for build log of *.mod.o (diff) | |
download | linux-33e84f2e79659e410c379b530dac57779f201d15.tar.xz linux-33e84f2e79659e410c379b530dac57779f201d15.zip |
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 '')
0 files changed, 0 insertions, 0 deletions