X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a1ca4142c765bb354a68b9aa67298a4c6130dcd6..a55ecbe1b9dc14b63f9ab74d4a319c73015a2dae:/rules.mk diff --git a/rules.mk b/rules.mk index 31c8854e9..3473b212d 100644 --- a/rules.mk +++ b/rules.mk @@ -174,7 +174,7 @@ ifneq ($(CONFIG_NO_STRIP),) STRIP:=: else ifneq ($(CONFIG_USE_STRIP),) - STRIP:=$(TARGET_CROSS)strip + STRIP:=$(TARGET_CROSS)strip $(call qstrip,$(CONFIG_STRIP_ARGS)) else ifneq ($(CONFIG_USE_SSTRIP),) STRIP:=$(STAGING_DIR_HOST)/bin/sstrip