aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lilliput/module.mk')
-rw-r--r--engines/lilliput/module.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/lilliput/module.mk b/engines/lilliput/module.mk
new file mode 100644
index 0000000000..0ec4403921
--- /dev/null
+++ b/engines/lilliput/module.mk
@@ -0,0 +1,17 @@
+MODULE := engines/lilliput
+
+MODULE_OBJS = \
+ console.o \
+ lilliput.o \
+ detection.o
+
+MODULE_DIRS += \
+ engines/lilliput
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_LILLIPUT), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk