diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-03-31 22:38:04 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-04-25 05:22:26 +0900 |
commit | 3ac42b2112532a71125eea6bb07361deeca9aaa1 (patch) | |
tree | 2bf2505ab350914d24f76634151fa2a0f1bddb95 /Makefile | |
parent | 3e3005df73b535cb849cf4ec8075d6aa3c460f68 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |