aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-02-14 10:15:11 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-02-14 10:15:11 -0600
commit1cc0e0529569bf6a94f6d49770aa6d4b599d2c46 (patch)
tree22e39910152d64e923ab4e6ae10eb8a47f8db1da /Makefile
parentf864c7c2f6732d95cb30cf7b0b2a02c40e1c2bc8 (diff)
downloadhistory-1cc0e0529569bf6a94f6d49770aa6d4b599d2c46.tar.gz
kbuild: Rename some module postprocessing stuff
Since it's now not only used for modversioning but generally, rename the Makefile .modver -> .modpost and the generated files to <module>.ver.[co]. Also, when there's now vmlinux during module postprocessing, don't print warnings on unresolved symbols (there's just too many, then).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 790a6daa8185c..29464fef36322 100644
--- a/Makefile
+++ b/Makefile
@@ -508,7 +508,7 @@ all: modules
.PHONY: modules
modules: $(SUBDIRS) $(if $(CONFIG_MODVERSIONS),vmlinux)
@echo ' Building modules, stage 2.';
- $(Q)$(MAKE) -rR -f scripts/Makefile.modver
+ $(Q)$(MAKE) -rR -f scripts/Makefile.modpost
# Install modules