From: Masahiro Yamada Date: Wed, 31 Mar 2021 13:38:04 +0000 (+0900) Subject: kbuild: show the target directory for depmod log X-Git-Tag: accepted/tizen/unified/20230118.172025~7334^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ac42b2112532a71125eea6bb07361deeca9aaa1;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/Makefile b/Makefile index 99a2bd5..a6f7333 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)