aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/module.mk40
-rw-r--r--sound/softsynth/mt32/module.mk16
2 files changed, 28 insertions, 28 deletions
diff --git a/sound/module.mk b/sound/module.mk
index 5d0297bb11..d63680ef56 100644
--- a/sound/module.mk
+++ b/sound/module.mk
@@ -1,26 +1,26 @@
MODULE := sound
MODULE_OBJS := \
- sound/adpcm.o \
- sound/audiocd.o \
- sound/audiostream.o \
- sound/flac.o \
- sound/fmopl.o \
- sound/mididrv.o \
- sound/midiparser.o \
- sound/midiparser_smf.o \
- sound/midiparser_xmidi.o \
- sound/mixer.o \
- sound/mp3.o \
- sound/mpu401.o \
- sound/rate.o \
- sound/voc.o \
- sound/vorbis.o \
- sound/wave.o \
- sound/softsynth/adlib.o \
- sound/softsynth/ym2612.o \
- sound/softsynth/fluidsynth.o \
- sound/softsynth/mt32.o \
+ adpcm.o \
+ audiocd.o \
+ audiostream.o \
+ flac.o \
+ fmopl.o \
+ mididrv.o \
+ midiparser.o \
+ midiparser_smf.o \
+ midiparser_xmidi.o \
+ mixer.o \
+ mp3.o \
+ mpu401.o \
+ rate.o \
+ voc.o \
+ vorbis.o \
+ wave.o \
+ softsynth/adlib.o \
+ softsynth/ym2612.o \
+ softsynth/fluidsynth.o \
+ softsynth/mt32.o \
MODULE_DIRS += \
sound \
diff --git a/sound/softsynth/mt32/module.mk b/sound/softsynth/mt32/module.mk
index 2e48efa9d6..ab13e750bb 100644
--- a/sound/softsynth/mt32/module.mk
+++ b/sound/softsynth/mt32/module.mk
@@ -1,14 +1,14 @@
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
+ mt32_file.o \
+ i386.o \
+ part.o \
+ partial.o \
+ partialManager.o \
+ synth.o \
+ tables.o \
+ freeverb.o
MODULE_DIRS += \
sound/softsynth/mt32