X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2FMakefile;h=6fc30dc7fe27e8f62aebe7515a45e9d89e90316a;hb=2c66a62d2d9e2315e6e748b96643f7f141c4d017;hp=e8a7ffc87e9c01e2134de08ebb626ca236b8f3b5;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/sound/oss/Makefile b/sound/oss/Makefile index e8a7ffc87..6fc30dc7f 100644 --- a/sound/oss/Makefile +++ b/sound/oss/Makefile @@ -55,6 +55,12 @@ obj-$(CONFIG_SOUND_NM256) += nm256_audio.o ac97.o obj-$(CONFIG_SOUND_ICH) += i810_audio.o ac97_codec.o obj-$(CONFIG_SOUND_SONICVIBES) += sonicvibes.o obj-$(CONFIG_SOUND_CMPCI) += cmpci.o +ifeq ($(CONFIG_SOUND_CMPCI_FM),y) + obj-$(CONFIG_SOUND_CMPCI) += sound.o opl3.o +endif +ifeq ($(CONFIG_SOUND_CMPCI_MIDI),y) + obj-$(CONFIG_SOUND_CMPCI) += sound.o mpu401.o +endif obj-$(CONFIG_SOUND_ES1370) += es1370.o obj-$(CONFIG_SOUND_ES1371) += es1371.o ac97_codec.o obj-$(CONFIG_SOUND_VRC5477) += nec_vrc5477.o ac97_codec.o