aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dingux/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/dingux/module.mk')
-rw-r--r--backends/platform/dingux/module.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/backends/platform/dingux/module.mk b/backends/platform/dingux/module.mk
new file mode 100644
index 0000000000..309fb94442
--- /dev/null
+++ b/backends/platform/dingux/module.mk
@@ -0,0 +1,13 @@
+MODULE := backends/platform/dingux
+
+MODULE_OBJS := \
+ main.o \
+ dingux.o \
+ dingux-events.o \
+ dingux-graphics.o \
+
+MODULE_DIRS += \
+ backends/platform/dingux/
+
+# We don't use the rules.mk here on purpose
+OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)