projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3005d
)
kbuild: show the target directory for depmod log
author
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 31 Mar 2021 13:38:04 +0000
(22:38 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 24 Apr 2021 20:22:26 +0000
(
05:22
+0900)
It is clearer to show the directory which depmod will work on.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
99a2bd5
..
a6f7333
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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)