aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.modpost
diff options
context:
space:
mode:
authorGravatar Michal Marek <mmarek@suse.cz> 2011-06-07 15:37:51 +0200
committerGravatar Michal Marek <mmarek@suse.cz> 2011-06-07 15:37:51 +0200
commit2e483528cebad089d0bb3f9aebb0ada22d968ffa (patch)
treed701405826b271e819a9a8500838cebd37b1364a /scripts/Makefile.modpost
parentkbuild: Fix reference to vermagic.h (diff)
parentLinux 3.0-rc1 (diff)
downloadlinux-2e483528cebad089d0bb3f9aebb0ada22d968ffa.tar.gz
linux-2e483528cebad089d0bb3f9aebb0ada22d968ffa.tar.bz2
linux-2e483528cebad089d0bb3f9aebb0ada22d968ffa.zip
Merge commit 'v3.0-rc1' into kbuild/kbuild
Diffstat (limited to 'scripts/Makefile.modpost')
-rw-r--r--scripts/Makefile.modpost4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index 6ba4332fcf6e..08dce14f2dc8 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -35,14 +35,14 @@
# KBUILD_MODPOST_WARN can be set to avoid error out in case of undefined
# symbols in the final module linking stage
# KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
-# This is solely usefull to speed up test compiles
+# This is solely useful to speed up test compiles
PHONY := _modpost
_modpost: __modpost
include include/config/auto.conf
include scripts/Kbuild.include
-# When building external modules load the Kbuild file to retreive EXTRA_SYMBOLS info
+# When building external modules load the Kbuild file to retrieve EXTRA_SYMBOLS info
ifneq ($(KBUILD_EXTMOD),)
# set src + obj - they may be used when building the .mod.c file