summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-04-24 13:19:50 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-04-24 13:19:50 +1000
commit170be516b0c9c0516c20c40cc2d92c275d25adef (patch)
tree4243f5ab249ad66774ab805e3bfb426eb71e8f09 /Makefile
parente8c414f59a24daf4373ef0ab9339a653d860f179 (diff)
parent04b00bdb41d0fd8d9cf3b146e334369cc2b0acdc (diff)
Merge remote-tracking branch 'modules/modules-next'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a22c5a08259c..848d57da2bbb 100644
--- a/Makefile
+++ b/Makefile
@@ -1401,7 +1401,7 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))
# Run depmod only if we have System.map and depmod is executable
quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
- $(KERNELRELEASE) "$(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX))"
+ $(KERNELRELEASE) "$(patsubst y,_,$(CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX))"
# Create temporary dir for module support files
# clean it up only when building all modules