GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / drivers / opl3 / Makefile
blob7f2c2a10c4e5c96607c577ffc3c2d8f584a280b9
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
6 snd-opl3-lib-objs := opl3_lib.o opl3_synth.o
7 snd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o
8 snd-opl3-synth-$(CONFIG_SND_SEQUENCER_OSS) += opl3_oss.o
10 obj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o
11 obj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o
12 obj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-opl3-synth.o