summaryrefslogtreecommitdiff
path: root/Vars.make
authorllornkcor <llornkcor>2003-07-10 04:59:59 (UTC)
committer llornkcor <llornkcor>2003-07-10 04:59:59 (UTC)
commit6abb84fb644b6746ad35e48c67f46e33de99bad2 (patch) (side-by-side diff)
tree43331a89fec5b13dc81cf8af4fe383d4ac781a73 /Vars.make
parent155d68c1e7d7dc0fed2534ac43d6d77ce2781f55 (diff)
downloadopie-6abb84fb644b6746ad35e48c67f46e33de99bad2.zip
opie-6abb84fb644b6746ad35e48c67f46e33de99bad2.tar.gz
opie-6abb84fb644b6746ad35e48c67f46e33de99bad2.tar.bz2
add PLATFORM... bleh
Diffstat (limited to 'Vars.make') (more/less context) (ignore 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),)
include $(TOPDIR)/.config
endif
+ifdef CONFIG_TARGET_X86
+ PLATFORM=x86-linux
+endif
+ifdef CONFIG_TARGET_SHARP
+ PLATFORM=sharp-linux
+endif
+ifdef CONFIG_TARGET_IPAQ
+ PLATFORM=ipaq-linux
+endif
+ifdef CONFIG_TARGET_RAMSES
+ PLATFORM=ramses-linux
+endif
+ifdef CONFIG_TARGET_SIMPAD
+ PLATFORM=simpad-linux
+endif
+
export QMAKE:=$(OPIEDIR)/qmake/qmake
export QMAKESPECSDIR=$(OPIEDIR)/mkspecs