aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/openpandora/module.mk
diff options
context:
space:
mode:
authorJohn Willis2010-09-06 17:22:22 +0000
committerJohn Willis2010-09-06 17:22:22 +0000
commite81dad8e61fca9ca740051fcfcec639354689875 (patch)
treefd212225e8e159836a7f3667cfa8e19d52da4745 /backends/platform/openpandora/module.mk
parentc87b7aafd874bbec29fdd109f0e9a442e8418834 (diff)
downloadscummvm-rg350-e81dad8e61fca9ca740051fcfcec639354689875.tar.gz
scummvm-rg350-e81dad8e61fca9ca740051fcfcec639354689875.tar.bz2
scummvm-rg350-e81dad8e61fca9ca740051fcfcec639354689875.zip
OPENPANDORA: Commit basic version of the OpenPandora backend.
Overload of the SDL backend. Basic functional backend with support for most main ScummVM features and engines. Supports building to a .PND OpenPandora bundle for ease of use on the device. svn-id: r52598
Diffstat (limited to 'backends/platform/openpandora/module.mk')
-rwxr-xr-xbackends/platform/openpandora/module.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/backends/platform/openpandora/module.mk b/backends/platform/openpandora/module.mk
new file mode 100755
index 0000000000..c8a4b1b32d
--- /dev/null
+++ b/backends/platform/openpandora/module.mk
@@ -0,0 +1,15 @@
+MODULE := backends/platform/openpandora
+
+MODULE_OBJS := \
+ op-graphics.o \
+ op-events.o \
+ op-main.o
+
+MODULE_DIRS += \
+ backends/platform/openpandora/
+
+# We don't use the rules.mk here on purpose
+OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
+
+# Hack to ensure the SDL backend is built so we can use OSystem_SDL.
+-include $(srcdir)/backends/platform/sdl/module.mk \ No newline at end of file