summaryrefslogtreecommitdiff
path: root/Vars.make
authorocheong <ocheong>2003-10-09 10:30:28 (UTC)
committer ocheong <ocheong>2003-10-09 10:30:28 (UTC)
commit67f75e91f3fa7f21df2e19749a6ad53e9d237f8b (patch) (unidiff)
tree95431614d89df018e1ad45d5b55c8b69652f548d /Vars.make
parentf8d08db59ac05f5bf2f56e6ebf69c28dfbe8b13e (diff)
downloadopie-67f75e91f3fa7f21df2e19749a6ad53e9d237f8b.zip
opie-67f75e91f3fa7f21df2e19749a6ad53e9d237f8b.tar.gz
opie-67f75e91f3fa7f21df2e19749a6ad53e9d237f8b.tar.bz2
Added Yopy to build system.
Diffstat (limited to 'Vars.make') (more/less context) (show 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
@@ -28,12 +28,16 @@ ifdef CONFIG_TARGET_RAMSES
28 PLATFORM=ramses-linux 28 PLATFORM=ramses-linux
29endif 29endif
30ifdef CONFIG_TARGET_SIMPAD 30ifdef 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
37ifeq ($(QPE_VERSION),) 41ifeq ($(QPE_VERSION),)
38 VERSION_MAJ:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$(OPIEDIR)/library/version.h)) 42 VERSION_MAJ:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$(OPIEDIR)/library/version.h))
39 VERSION_MIN:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$(OPIEDIR)/library/version.h)) 43 VERSION_MIN:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$(OPIEDIR)/library/version.h))
@@ -105,7 +109,10 @@ ifeq ($(STRIP),)
105 ifneq ($(CONFIG_TARGET_RAMSES),) 109 ifneq ($(CONFIG_TARGET_RAMSES),)
106 STRIP=arm-linux-strip 110 STRIP=arm-linux-strip
107 endif 111 endif
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