aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-03-31 22:38:04 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-04-25 05:22:26 +0900
commit3ac42b2112532a71125eea6bb07361deeca9aaa1 (patch)
tree2bf2505ab350914d24f76634151fa2a0f1bddb95 /Makefile
parentkbuild: unify modules(_install) for in-tree and external modules (diff)
downloadlinux-dev-3ac42b2112532a71125eea6bb07361deeca9aaa1.tar.xz
linux-dev-3ac42b2112532a71125eea6bb07361deeca9aaa1.zip
kbuild: show the target directory for depmod log
It is clearer to show the directory which depmod will work on. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99a2bd51c02d..a6f73335757d 100644
--- a/Makefile
+++ b/Makefile
@@ -1778,7 +1778,7 @@ ifdef CONFIG_MODULES
modules: $(MODORDER)
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
-quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
+quiet_cmd_depmod = DEPMOD $(MODLIB)
cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
$(KERNELRELEASE)