summaryrefslogtreecommitdiff
path: root/Vars.make
Side-by-side diff
Diffstat (limited to 'Vars.make') (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 82421e5..330b455 100644
--- a/Vars.make
+++ b/Vars.make
@@ -82,4 +82,7 @@ ifeq ($(STRIP),)
ifneq ($(CONFIG_TARGET_SHARP),)
STRIP=arm-linux-strip
endif
+ ifneq ($(CONFIG_TARGET_RAMSES),)
+ STRIP=arm-linux-strip
+ endif
endif