Skip to content

Commit 3ac42b2

Browse files
committed
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 <[email protected]>
1 parent 3e3005d commit 3ac42b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ ifdef CONFIG_MODULES
17781778
modules: $(MODORDER)
17791779
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
17801780

1781-
quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
1781+
quiet_cmd_depmod = DEPMOD $(MODLIB)
17821782
cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
17831783
$(KERNELRELEASE)
17841784

0 commit comments

Comments
 (0)