aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-02-03 02:19:44 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-02-03 02:19:44 -0600
commitd5ea3bb59fe2d4a5216e1daa1e5631f47825665e (patch)
treef5fd16b7be17badcd97b7dffd337978ff7f593d9 /Makefile
parent6ef80ec1e753a850da410ec592bf52cb14dc77d3 (diff)
downloadhistory-d5ea3bb59fe2d4a5216e1daa1e5631f47825665e.tar.gz
kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONS
CONFIG_MODVERSIONING was a temporary name introduced to distinguish between the old and new module version implementation. Since the traces of the old implementation are now gone from the build system, we rename the config option back in order to not confuse users more than necessary in 2.6. Also, remove some historic modversions cruft throughout the tree.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f2904aa745d78..11b0d705a7827 100644
--- a/Makefile
+++ b/Makefile
@@ -266,7 +266,7 @@ endif
# the built-in objects during the descend as well, in order to
# make sure the checksums are uptodate before we record them.
-ifdef CONFIG_MODVERSIONING
+ifdef CONFIG_MODVERSIONS
ifeq ($(KBUILD_MODULES),1)
ifneq ($(KBUILD_BUILTIN),1)
KBUILD_BUILTIN := 1
@@ -402,7 +402,7 @@ $(SUBDIRS): prepare
.PHONY: prepare
prepare: include/linux/version.h include/asm include/config/MARKER
-ifdef CONFIG_MODVERSIONING
+ifdef CONFIG_MODVERSIONS
ifdef KBUILD_MODULES
ifeq ($(origin SUBDIRS),file)
$(Q)rm -rf $(MODVERDIR)
@@ -511,7 +511,7 @@ ifdef CONFIG_MODULES
.PHONY: modules __modversions
modules: $(SUBDIRS) __modversions
-ifdef CONFIG_MODVERSIONING
+ifdef CONFIG_MODVERSIONS
__modversions: vmlinux $(SUBDIRS)
@echo ' Recording module symbol versions.';