diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-22 16:39:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-22 16:39:39 +0000 |
commit | d648a0827b85258bf49a88ebdda710fad55044a0 (patch) | |
tree | 0f0116221c37836ec66105c24410c36dfba326ac | |
parent | 9bd710e050fee9bac28d20915b74a88514b7344a (diff) | |
download | upstream-d648a0827b85258bf49a88ebdda710fad55044a0.tar.gz upstream-d648a0827b85258bf49a88ebdda710fad55044a0.tar.bz2 upstream-d648a0827b85258bf49a88ebdda710fad55044a0.zip |
fix a typo
SVN-Revision: 18122
-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 --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 |