summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Vars.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/Vars.make b/Vars.make
index 330b455..788ebf5 100644
--- a/Vars.make
+++ b/Vars.make
@@ -82,7 +82,10 @@ ifeq ($(STRIP),)
82 ifneq ($(CONFIG_TARGET_SHARP),) 82 ifneq ($(CONFIG_TARGET_SHARP),)
83 STRIP=arm-linux-strip 83 STRIP=arm-linux-strip
84 endif 84 endif
85 ifneq ($(CONFIG_TARGET_RAMSES),) 85 ifneq ($(CONFIG_TARGET_RAMSES),)
86 STRIP=arm-linux-strip 86 STRIP=arm-linux-strip
87 endif 87 endif
88 ifneq ($(CONFIG_TARGET_SIMPAD),)
89 STRIP=arm-linux-strip
90 endif
88endif 91endif