summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-22 16:39:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-22 16:39:39 +0000
commitd648a0827b85258bf49a88ebdda710fad55044a0 (patch)
tree0f0116221c37836ec66105c24410c36dfba326ac /rules.mk
parent9bd710e050fee9bac28d20915b74a88514b7344a (diff)
downloadmtk-20170518-d648a0827b85258bf49a88ebdda710fad55044a0.zip
mtk-20170518-d648a0827b85258bf49a88ebdda710fad55044a0.tar.gz
mtk-20170518-d648a0827b85258bf49a88ebdda710fad55044a0.tar.bz2
fix a typo
SVN-Revision: 18122
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 536f8cf..0ee8d56 100644
--- 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