-rw-r--r-- | Vars.make | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,7 +79,10 @@ ifeq ($(STRIP),) 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 |