aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Espinasse2011-01-09 01:59:49 -0600
committerJiri Kosina2011-02-17 09:30:10 -0600
commit177b241d0ed7154417d3510695c6d14107591e80 (patch)
tree48d49d029d3486f76cbf202a24c05f3f2b57e1ed /Makefile
parent689bca3bbccd41be7b256e2227ff2fd0d7aed4ee (diff)
downloadkernel-video-177b241d0ed7154417d3510695c6d14107591e80.tar.gz
kernel-video-177b241d0ed7154417d3510695c6d14107591e80.tar.xz
kernel-video-177b241d0ed7154417d3510695c6d14107591e80.zip
kbuild, mtd, net: a few comment typo fixes and rewording
Signed-off-by: Gilles Espinasse <g.esp@free.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9c8c8fd259..21c8c1b7dd5 100644
--- a/Makefile
+++ b/Makefile
@@ -666,7 +666,7 @@ export MODLIB
666# INSTALL_MOD_STRIP, if defined, will cause modules to be 666# INSTALL_MOD_STRIP, if defined, will cause modules to be
667# stripped after they are installed. If INSTALL_MOD_STRIP is '1', then 667# stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
668# the default option --strip-debug will be used. Otherwise, 668# the default option --strip-debug will be used. Otherwise,
669# INSTALL_MOD_STRIP will used as the options to the strip command. 669# INSTALL_MOD_STRIP value will be used as the options to the strip command.
670 670
671ifdef INSTALL_MOD_STRIP 671ifdef INSTALL_MOD_STRIP
672ifeq ($(INSTALL_MOD_STRIP),1) 672ifeq ($(INSTALL_MOD_STRIP),1)