X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5b651a67219a836845753cf1e463c3241b24b17e..fbb1840b037fba84e8584796e7cd4c4900282ceb:/rules.mk diff --git a/rules.mk b/rules.mk index 42e997859..a6188f4a6 100644 --- a/rules.mk +++ b/rules.mk @@ -87,6 +87,7 @@ TARGET_CONFIGURE_OPTS:= \ # strip an entire directory RSTRIP:= \ + NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ $(SCRIPT_DIR)/rstrip.sh