提交 3ac42b21 编写于 作者: M Masahiro Yamada

kbuild: show the target directory for depmod log

It is clearer to show the directory which depmod will work on.
Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
上级 3e3005df
...@@ -1778,7 +1778,7 @@ ifdef CONFIG_MODULES ...@@ -1778,7 +1778,7 @@ ifdef CONFIG_MODULES
modules: $(MODORDER) modules: $(MODORDER)
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost $(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) \ cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
$(KERNELRELEASE) $(KERNELRELEASE)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册