aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/openpandora/module.mk
diff options
context:
space:
mode:
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