Skip to content

Commit

Permalink
kbuild: show the target directory for depmod log
Browse files Browse the repository at this point in the history
It is clearer to show the directory which depmod will work on.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Apr 24, 2021
1 parent 3e3005d commit 3ac42b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3ac42b2

Please sign in to comment.