aboutsummaryrefslogtreecommitdiff
path: root/sound/module.mk
blob: e5e409d41659b899fcb8f119c4c61b37a2d8b934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
MODULE := sound

MODULE_OBJS := \
	sound/audiocd.o \
	sound/audiostream.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/flac.o \
	sound/softsynth/adlib.o \
	sound/softsynth/ym2612.o \
	sound/softsynth/mt32.o \

MODULE_DIRS += \
	sound \
	sound/softsynth

# Include common rules 
include $(srcdir)/common.rules