Browse Source

add some extra stripping options for kernel modules to reduce size even more (thx, matteo)

SVN-Revision: 18121
Felix Fietkau 16 years ago
parent
commit
9bd710e050
1 changed files with 1 additions and 1 deletions
  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" \
+    STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=mdebug.abi32" \
     $(SCRIPT_DIR)/rstrip.sh
 endif