aboutsummaryrefslogtreecommitdiffstats
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
commit57045c1c53097e6d6dd7bfe6493664cb84dfb185 (patch)
treec52669c243f36c2d103a3a78e2e194c9f02f6ca8 /rules.mk
parent6f11f2d44fcb25bc391020a7508fa21f6c41b280 (diff)
downloadmaster-187ad058-57045c1c53097e6d6dd7bfe6493664cb84dfb185.tar.gz
master-187ad058-57045c1c53097e6d6dd7bfe6493664cb84dfb185.tar.bz2
master-187ad058-57045c1c53097e6d6dd7bfe6493664cb84dfb185.zip
fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18122 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 536f8cff7f..0ee8d568a6 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