aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/module.mk
diff options
context:
space:
mode:
authorNipun Garg2019-03-11 01:05:53 +0530
committerEugene Sandulenko2019-09-03 17:16:41 +0200
commit8dbc02f71ddc63964f1c6b65db78cc74f219087e (patch)
tree62c91c47e7b8649191f22cd0faf3b31e3eaf80f3 /engines/hdb/module.mk
parentdde41f1432f236a5a09a16299cf2e84e47f2274b (diff)
downloadscummvm-rg350-8dbc02f71ddc63964f1c6b65db78cc74f219087e.tar.gz
scummvm-rg350-8dbc02f71ddc63964f1c6b65db78cc74f219087e.tar.bz2
scummvm-rg350-8dbc02f71ddc63964f1c6b65db78cc74f219087e.zip
HDB: Add module.mk and configure.engine
Diffstat (limited to 'engines/hdb/module.mk')
-rw-r--r--engines/hdb/module.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/hdb/module.mk b/engines/hdb/module.mk
new file mode 100644
index 0000000000..a45e32ed1b
--- /dev/null
+++ b/engines/hdb/module.mk
@@ -0,0 +1,13 @@
+MODULE := engines/hdb
+
+MODULE_OBJS := \
+ detection.o \
+ hdb.o
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_HDB), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk \ No newline at end of file