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