diff options
Diffstat (limited to 'sound/oss/Makefile')
-rw-r--r-- | sound/oss/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/oss/Makefile b/sound/oss/Makefile index f883c4b676ab..1f86299fae40 100644 --- a/sound/oss/Makefile +++ b/sound/oss/Makefile | |||
@@ -6,7 +6,6 @@ | |||
6 | # Each configuration option enables a list of files. | 6 | # Each configuration option enables a list of files. |
7 | 7 | ||
8 | obj-$(CONFIG_SOUND_OSS) += sound.o | 8 | obj-$(CONFIG_SOUND_OSS) += sound.o |
9 | obj-$(CONFIG_SOUND_CS4232) += cs4232.o ad1848.o | ||
10 | 9 | ||
11 | # Please leave it as is, cause the link order is significant ! | 10 | # Please leave it as is, cause the link order is significant ! |
12 | 11 | ||
@@ -16,7 +15,6 @@ obj-$(CONFIG_SOUND_AEDSP16) += aedsp16.o | |||
16 | obj-$(CONFIG_SOUND_PSS) += pss.o ad1848.o mpu401.o | 15 | obj-$(CONFIG_SOUND_PSS) += pss.o ad1848.o mpu401.o |
17 | obj-$(CONFIG_SOUND_TRIX) += trix.o ad1848.o sb_lib.o uart401.o | 16 | obj-$(CONFIG_SOUND_TRIX) += trix.o ad1848.o sb_lib.o uart401.o |
18 | obj-$(CONFIG_SOUND_SSCAPE) += sscape.o ad1848.o mpu401.o | 17 | obj-$(CONFIG_SOUND_SSCAPE) += sscape.o ad1848.o mpu401.o |
19 | obj-$(CONFIG_SOUND_CS4232) += cs4232.o uart401.o | ||
20 | obj-$(CONFIG_SOUND_MSS) += ad1848.o | 18 | obj-$(CONFIG_SOUND_MSS) += ad1848.o |
21 | obj-$(CONFIG_SOUND_PAS) += pas2.o sb.o sb_lib.o uart401.o | 19 | obj-$(CONFIG_SOUND_PAS) += pas2.o sb.o sb_lib.o uart401.o |
22 | obj-$(CONFIG_SOUND_SB) += sb.o sb_lib.o uart401.o | 20 | obj-$(CONFIG_SOUND_SB) += sb.o sb_lib.o uart401.o |
@@ -27,19 +25,12 @@ obj-$(CONFIG_SOUND_YM3812) += opl3.o | |||
27 | obj-$(CONFIG_SOUND_VMIDI) += v_midi.o | 25 | obj-$(CONFIG_SOUND_VMIDI) += v_midi.o |
28 | obj-$(CONFIG_SOUND_VIDC) += vidc_mod.o | 26 | obj-$(CONFIG_SOUND_VIDC) += vidc_mod.o |
29 | obj-$(CONFIG_SOUND_WAVEARTIST) += waveartist.o | 27 | obj-$(CONFIG_SOUND_WAVEARTIST) += waveartist.o |
30 | |||
31 | obj-$(CONFIG_SOUND_VIA82CXXX) += via82cxxx_audio.o ac97_codec.o | ||
32 | ifeq ($(CONFIG_MIDI_VIA82CXXX),y) | ||
33 | obj-$(CONFIG_SOUND_VIA82CXXX) += sound.o uart401.o | ||
34 | endif | ||
35 | obj-$(CONFIG_SOUND_MSNDCLAS) += msnd.o msnd_classic.o | 28 | obj-$(CONFIG_SOUND_MSNDCLAS) += msnd.o msnd_classic.o |
36 | obj-$(CONFIG_SOUND_MSNDPIN) += msnd.o msnd_pinnacle.o | 29 | obj-$(CONFIG_SOUND_MSNDPIN) += msnd.o msnd_pinnacle.o |
37 | obj-$(CONFIG_SOUND_VWSND) += vwsnd.o | 30 | obj-$(CONFIG_SOUND_VWSND) += vwsnd.o |
38 | obj-$(CONFIG_SOUND_ICH) += i810_audio.o ac97_codec.o | ||
39 | obj-$(CONFIG_SOUND_AU1550_AC97) += au1550_ac97.o ac97_codec.o | 31 | obj-$(CONFIG_SOUND_AU1550_AC97) += au1550_ac97.o ac97_codec.o |
40 | obj-$(CONFIG_SOUND_TRIDENT) += trident.o ac97_codec.o | 32 | obj-$(CONFIG_SOUND_TRIDENT) += trident.o ac97_codec.o |
41 | obj-$(CONFIG_SOUND_BCM_CS4297A) += swarm_cs4297a.o | 33 | obj-$(CONFIG_SOUND_BCM_CS4297A) += swarm_cs4297a.o |
42 | obj-$(CONFIG_SOUND_BT878) += btaudio.o | ||
43 | 34 | ||
44 | obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o | 35 | obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o |
45 | 36 | ||