|
@@ -1526,7 +1526,8 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))
|
|
|
|
|
|
# Run depmod only if we have System.map and depmod is executable
|
|
# Run depmod only if we have System.map and depmod is executable
|
|
quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
|
|
quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
|
|
- cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE)
|
|
|
|
|
|
+ cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
|
|
|
|
+ $(KERNELRELEASE)
|
|
|
|
|
|
# Create temporary dir for module support files
|
|
# Create temporary dir for module support files
|
|
# clean it up only when building all modules
|
|
# clean it up only when building all modules
|