From: Andreas Schwab Date: Wed, 5 Jul 2006 16:57:48 +0000 (+0200) Subject: [PATCH] Makefile typo X-Git-Tag: v3.12-rc1~34782 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e340221acda6bc0bf05a0ff6e6114902c4307670;p=kernel%2Fkernel-generic.git [PATCH] Makefile typo Fix a typo in the toplevel makefile. Signed-off-by: Andreas Schwab Signed-off-by: Linus Torvalds --- diff --git a/Makefile b/Makefile index 11a850c..82f76a9 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