diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1399,7 +1399,7 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)) | |||
1399 | # Run depmod only if we have System.map and depmod is executable | 1399 | # Run depmod only if we have System.map and depmod is executable |
1400 | quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) | 1400 | quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) |
1401 | cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \ | 1401 | cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \ |
1402 | $(KERNELRELEASE) "$(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX))" | 1402 | $(KERNELRELEASE) "$(patsubst y,_,$(CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX))" |
1403 | 1403 | ||
1404 | # Create temporary dir for module support files | 1404 | # Create temporary dir for module support files |
1405 | # clean it up only when building all modules | 1405 | # clean it up only when building all modules |