aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2016-03-16 18:36:48 +0100
committerFilippos Karapetis2016-10-03 00:32:32 +0300
commit3596672735c980e94dffd63d7c29e416ec98365e (patch)
tree564989a376107f3447eeec0a04d74831f658961a /engines/chewy/module.mk
parent437f1d1cd154fd9b1817f2bdb0fc3f89655c1722 (diff)
downloadscummvm-rg350-3596672735c980e94dffd63d7c29e416ec98365e.tar.gz
scummvm-rg350-3596672735c980e94dffd63d7c29e416ec98365e.tar.bz2
scummvm-rg350-3596672735c980e94dffd63d7c29e416ec98365e.zip
CHEWY: Added engine stub
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