aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-11 00:52:58 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-15 02:25:11 +0900
commit986662b90352d79c4842dd7d4e678f50824ed729 (patch)
treea54f9405a769f4654e67582ec19e57fa859a2aa8 /scripts/Makefile.build
parentkbuild: move the Module.symvers check for external module build (diff)
downloadlinux-dev-986662b90352d79c4842dd7d4e678f50824ed729.tar.xz
linux-dev-986662b90352d79c4842dd7d4e678f50824ed729.zip
kbuild: refactor part-of-module more
Make it even shorter. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r--scripts/Makefile.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index edf84ede803c..c41206880bf2 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -98,8 +98,7 @@ endif
# ---------------------------------------------------------------------------
# Default is built-in, unless we know otherwise
-$(foreach x, i ll lst o s symtypes, $(patsubst %.o,%.$(x),$(real-obj-m))): \
- part-of-module := y
+part-of-module = $(if $(filter $(basename $@).o, $(real-obj-m)),y)
modkern_cflags = \
$(if $(part-of-module), \