summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada2018-05-09 09:23:48 +0200
committerMasahiro Yamada2018-05-17 15:44:52 +0200
commit5a144a1acd0b4b4afd1b2695f7231b58e8848ce6 (patch)
tree070f7a33c17b243a3a562f9e33a67d1d9c875841 /Makefile
parentkallsyms: remove symbol prefix support (diff)
downloadkernel-qcow2-linux-5a144a1acd0b4b4afd1b2695f7231b58e8848ce6.tar.gz
kernel-qcow2-linux-5a144a1acd0b4b4afd1b2695f7231b58e8848ce6.tar.xz
kernel-qcow2-linux-5a144a1acd0b4b4afd1b2695f7231b58e8848ce6.zip
depmod.sh: remove symbol prefix support
CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX was selected by BLACKFIN, METAG. They were removed by commit 4ba66a976072 ("arch: remove blackfin port"), commit bb6fb6dfcc17 ("metag: Remove arch/metag/"), respectively. No more architecture enables CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX, hence the last argument of scripts/depmod.sh can be removed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0d2652db174..a1ea84dfdde6 100644
--- a/Makefile
+++ b/Makefile
@@ -1760,7 +1760,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 y,_,$(CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX))"
+ $(KERNELRELEASE)
# Create temporary dir for module support files
# clean it up only when building all modules