Explorar o código

fix a typo

SVN-Revision: 18122
Felix Fietkau %!s(int64=16) %!d(string=hai) anos
pai
achega
d648a0827b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rules.mk

+ 1 - 1
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