Skip to content
Snippets Groups Projects
Commit 3ac42b21 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: show the target directory for depmod log


It is clearer to show the directory which depmod will work on.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 3e3005df
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment