summaryrefslogtreecommitdiff
path: root/Vars.make
Unidiff
Diffstat (limited to 'Vars.make') (more/less context) (show whitespace changes)
-rw-r--r--Vars.make16
1 files changed, 16 insertions, 0 deletions
diff --git a/Vars.make b/Vars.make
index 788ebf5..cc463d3 100644
--- a/Vars.make
+++ b/Vars.make
@@ -15,6 +15,22 @@ ifneq ($(wildcard $(TOPDIR)/.config),)
15 include $(TOPDIR)/.config 15 include $(TOPDIR)/.config
16endif 16endif
17 17
18ifdef CONFIG_TARGET_X86
19 PLATFORM=x86-linux
20endif
21ifdef CONFIG_TARGET_SHARP
22 PLATFORM=sharp-linux
23endif
24ifdef CONFIG_TARGET_IPAQ
25 PLATFORM=ipaq-linux
26endif
27ifdef CONFIG_TARGET_RAMSES
28 PLATFORM=ramses-linux
29endif
30ifdef CONFIG_TARGET_SIMPAD
31 PLATFORM=simpad-linux
32endif
33
18export QMAKE:=$(OPIEDIR)/qmake/qmake 34export QMAKE:=$(OPIEDIR)/qmake/qmake
19export QMAKESPECSDIR=$(OPIEDIR)/mkspecs 35export QMAKESPECSDIR=$(OPIEDIR)/mkspecs
20 36