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