summaryrefslogtreecommitdiff
Side-by-side diff
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
@@ -87,2 +87,5 @@ ifeq ($(STRIP),)
endif
+ ifneq ($(CONFIG_TARGET_SIMPAD),)
+ STRIP=arm-linux-strip
+ endif
endif