Index: drivers/opl3/Makefile =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/drivers/opl3/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- drivers/opl3/Makefile 26 Apr 2002 14:04:39 -0000 1.6 +++ drivers/opl3/Makefile 21 May 2002 13:22:10 -0000 1.7 @@ -8,9 +8,11 @@ export-objs := opl3_lib.o snd-opl3-lib-objs := opl3_lib.o opl3_synth.o -snd-opl3-synth-objs := opl3_seq.o opl3_midi.o opl3_drums.o ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y) +snd-opl3-synth-objs := opl3_seq.o opl3_midi.o opl3_drums.o +ifeq ($(CONFIG_SND_OSSEMUL),y) snd-opl3-synth-objs += opl3_oss.o +endif endif # Toplevel Module Dependency