summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab2006-07-05 18:57:48 +0200
committerLinus Torvalds2006-07-05 19:08:16 +0200
commite340221acda6bc0bf05a0ff6e6114902c4307670 (patch)
treeadabdf60913a1e6ffff10197262af5f3b52d12bd /Makefile
parent[PATCH] powerpc: implement missing jiffies64_to_cputime64() (diff)
downloadkernel-qcow2-linux-e340221acda6bc0bf05a0ff6e6114902c4307670.tar.gz
kernel-qcow2-linux-e340221acda6bc0bf05a0ff6e6114902c4307670.tar.xz
kernel-qcow2-linux-e340221acda6bc0bf05a0ff6e6114902c4307670.zip
[PATCH] Makefile typo
Fix a typo in the toplevel makefile. Signed-off-by: Andreas Schwab <schwab@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11a850cffd3d..82f76a96cfe6 100644
--- a/Makefile
+++ b/Makefile
@@ -528,7 +528,7 @@ export MODLIB
ifdef INSTALL_MOD_STRIP
ifeq ($(INSTALL_MOD_STRIP),1)
-mod_strip_cmd = $STRIP) --strip-debug
+mod_strip_cmd = $(STRIP) --strip-debug
else
mod_strip_cmd = $(STRIP) $(INSTALL_MOD_STRIP)
endif # INSTALL_MOD_STRIP=1