aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/Makefile.modpost
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2022-11-19 04:15:50 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2022-11-22 23:40:02 +0900
commita2430b25c31840a6dcbf95c65415d5fee2984dbc (patch)
tree279c58348f88232abb0a350fed080547e94163c3 /scripts/Makefile.modpost
parentkbuild: deb-pkg: get rid of |flex:native workaround from Build-Depends (diff)
downloadwireguard-linux-a2430b25c31840a6dcbf95c65415d5fee2984dbc.tar.xz
wireguard-linux-a2430b25c31840a6dcbf95c65415d5fee2984dbc.zip
kbuild: add kbuild-file macro
While building, installing, cleaning, Kbuild visits sub-directories and includes 'Kbuild' or 'Makefile' that exists there. Add 'kbuild-file' macro, and reuse it from scripts/Makefie.* Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> Reviewed-by: Alexander Lobakin <alobakin@pm.me> Tested-by: Alexander Lobakin <alobakin@pm.me>
Diffstat (limited to 'scripts/Makefile.modpost')
-rw-r--r--scripts/Makefile.modpost2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index e41dee64d429..55a72f5eb76d 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -93,7 +93,7 @@ obj := $(KBUILD_EXTMOD)
src := $(obj)
# Include the module's Makefile to find KBUILD_EXTRA_SYMBOLS
-include $(or $(wildcard $(src)/Kbuild), $(src)/Makefile)
+include $(kbuild-file)
module.symvers-if-present := $(wildcard Module.symvers)
output-symdump := $(KBUILD_EXTMOD)/Module.symvers