summaryrefslogtreecommitdiff
path: root/Vars.make
Unidiff
Diffstat (limited to 'Vars.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Vars.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/Vars.make b/Vars.make
index 59766d1..ae54661 100644
--- a/Vars.make
+++ b/Vars.make
@@ -31,6 +31,10 @@ ifdef CONFIG_TARGET_SIMPAD
31 PLATFORM=simpad-linux 31 PLATFORM=simpad-linux
32endif 32endif
33 33
34ifdef CONFIG_TARGET_YOPY
35 PLATFORM=yopy-linux
36endif
37
34export QMAKE:=$(OPIEDIR)/qmake/qmake 38export QMAKE:=$(OPIEDIR)/qmake/qmake
35export QMAKESPECSDIR=$(OPIEDIR)/mkspecs 39export QMAKESPECSDIR=$(OPIEDIR)/mkspecs
36 40
@@ -108,4 +112,7 @@ ifeq ($(STRIP),)
108 ifneq ($(CONFIG_TARGET_SIMPAD),) 112 ifneq ($(CONFIG_TARGET_SIMPAD),)
109 STRIP=arm-linux-strip 113 STRIP=arm-linux-strip
110 endif 114 endif
115 ifneq ($(CONFIG_TARGET_YOPY),)
116 STRIP=arm-linux-strip
117 endif
111endif 118endif