diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-22 16:26:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-22 16:26:12 +0000 |
commit | 9bd710e050fee9bac28d20915b74a88514b7344a (patch) | |
tree | 76885a8a20ae05d15f7d8144a5d947c2e146dd38 /rules.mk | |
parent | 763644ae933c0869ac49d04cb9eadc0c2bc22282 (diff) | |
download | master-31e0f0ae-9bd710e050fee9bac28d20915b74a88514b7344a.tar.gz master-31e0f0ae-9bd710e050fee9bac28d20915b74a88514b7344a.tar.bz2 master-31e0f0ae-9bd710e050fee9bac28d20915b74a88514b7344a.zip |
add some extra stripping options for kernel modules to reduce size even more (thx, matteo)
SVN-Revision: 18121
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |