aboutsummaryrefslogtreecommitdiff
path: root/sound/module.mk
blob: ed7a090a2cb1b6e21c27c1f7cc2105f9eb9e00b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MODULE := sound

MODULE_OBJS = \
	sound/fmopl.o \
	sound/midiparser_smf.o \
	sound/midiparser_xmidi.o \
	sound/midistreamer.o \
	sound/midiparser_xmidi.o \
	sound/mixer.o \
	sound/mpu401.o

# Include common rules 
include common.rules