-rw-r--r-- | Vars.make | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,9 +77,12 @@ ifeq ($(STRIP),) STRIP=strip endif ifneq ($(CONFIG_TARGET_IPAQ),) STRIP=arm-linux-strip endif ifneq ($(CONFIG_TARGET_SHARP),) STRIP=arm-linux-strip endif + ifneq ($(CONFIG_TARGET_RAMSES),) + STRIP=arm-linux-strip + endif endif |