mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
0ac3214fd5
svn-id: r5889
12 lines
172 B
Makefile
12 lines
172 B
Makefile
MODULE := sound
|
|
|
|
MODULE_OBJS = \
|
|
sound/fmopl.o \
|
|
sound/mididrv.o \
|
|
sound/midistreamer.o \
|
|
sound/mixer.o \
|
|
sound/mpu401.o
|
|
|
|
# Include common rules
|
|
include common.rules
|