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