fix a typo
authorFelix Fietkau <nbd@openwrt.org>
Thu, 22 Oct 2009 16:39:39 +0000 (16:39 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 22 Oct 2009 16:39:39 +0000 (16:39 +0000)
SVN-Revision: 18122

rules.mk

index 536f8cff7fc26bbc0692a670e1daec1b8e8d8237..0ee8d568a677cd6792dc6fdc98e07dbdb7a46f3e 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -183,7 +183,7 @@ else
   RSTRIP:= \
     NM="$(TARGET_CROSS)nm" \
     STRIP="$(STRIP)" \
-    STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=mdebug.abi32" \
+    STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32" \
     $(SCRIPT_DIR)/rstrip.sh
 endif