summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-01 15:17:01 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2011-03-01 15:17:01 +1100
commit9f72a3a19c1ca629d80c5ddc7eae2e1cb4bd1dcb (patch)
tree6522c1e900bf2d02d0a08fa5fc00e3ec9b4482f7 /Makefile
parentc47a63ccb4637bf4e01733e85ecdc269f5d3e76e (diff)
parentddf12286951aee1e7763112cf26629de3fabe6ae (diff)
Merge remote-tracking branch 'trivial/for-next'
Conflicts: MAINTAINERS fs/eventpoll.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22a2082b4623..d90244a2bc19 100644
--- a/Makefile
+++ b/Makefile
@@ -666,7 +666,7 @@ export MODLIB
# INSTALL_MOD_STRIP, if defined, will cause modules to be
# stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
# the default option --strip-debug will be used. Otherwise,
-# INSTALL_MOD_STRIP will used as the options to the strip command.
+# INSTALL_MOD_STRIP value will be used as the options to the strip command.
ifdef INSTALL_MOD_STRIP
ifeq ($(INSTALL_MOD_STRIP),1)