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