aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5812ec9a56b7..d4dd2e4a045a 100644
--- a/Makefile
+++ b/Makefile
@@ -1396,7 +1396,7 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))
1396# Run depmod only if we have System.map and depmod is executable 1396# Run depmod only if we have System.map and depmod is executable
1397quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) 1397quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
1398 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \ 1398 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
1399 $(KERNELRELEASE) 1399 $(KERNELRELEASE) "$(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX))"
1400 1400
1401# Create temporary dir for module support files 1401# Create temporary dir for module support files
1402# clean it up only when building all modules 1402# clean it up only when building all modules