aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/mt32/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/mt32/module.mk')
-rw-r--r--sound/softsynth/mt32/module.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/sound/softsynth/mt32/module.mk b/sound/softsynth/mt32/module.mk
new file mode 100644
index 0000000000..2e48efa9d6
--- /dev/null
+++ b/sound/softsynth/mt32/module.mk
@@ -0,0 +1,17 @@
+MODULE := sound/softsynth/mt32
+
+MODULE_OBJS := \
+ sound/softsynth/mt32/mt32_file.o \
+ sound/softsynth/mt32/i386.o \
+ sound/softsynth/mt32/part.o \
+ sound/softsynth/mt32/partial.o \
+ sound/softsynth/mt32/partialManager.o \
+ sound/softsynth/mt32/synth.o \
+ sound/softsynth/mt32/tables.o \
+ sound/softsynth/mt32/freeverb.o
+
+MODULE_DIRS += \
+ sound/softsynth/mt32
+
+# Include common rules
+include $(srcdir)/common.rules