fix a typo

SVN-Revision: 18122
This commit is contained in:
Felix Fietkau 2009-10-22 16:39:39 +00:00
parent 9bd710e050
commit d648a0827b

View File

@ -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