summaryrefslogtreecommitdiff
path: root/Vars.make
authormickeyl <mickeyl>2003-06-03 15:38:37 (UTC)
committer mickeyl <mickeyl>2003-06-03 15:38:37 (UTC)
commit3dea54857e7ba2fbd56eee453bf2dd96969eb91c (patch) (side-by-side diff)
tree785eaeef0ee61dbac09bacb3865baa573c0da8d6 /Vars.make
parent7b06627cd5083cac80a584b2d85dbb4d03b6c1df (diff)
downloadopie-3dea54857e7ba2fbd56eee453bf2dd96969eb91c.zip
opie-3dea54857e7ba2fbd56eee453bf2dd96969eb91c.tar.gz
opie-3dea54857e7ba2fbd56eee453bf2dd96969eb91c.tar.bz2
simpad
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 330b455..788ebf5 100644
--- a/Vars.make
+++ b/Vars.make
@@ -85,4 +85,7 @@ ifeq ($(STRIP),)
ifneq ($(CONFIG_TARGET_RAMSES),)
STRIP=arm-linux-strip
endif
+ ifneq ($(CONFIG_TARGET_SIMPAD),)
+ STRIP=arm-linux-strip
+ endif
endif