diff options
Diffstat (limited to 'sound/Makefile')
-rw-r--r-- | sound/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/Makefile b/sound/Makefile index 6de45d2c32f7..e5794fdd3d79 100644 --- a/sound/Makefile +++ b/sound/Makefile | |||
@@ -2,8 +2,7 @@ | |||
2 | # | 2 | # |
3 | 3 | ||
4 | obj-$(CONFIG_SOUND) += soundcore.o | 4 | obj-$(CONFIG_SOUND) += soundcore.o |
5 | obj-$(CONFIG_SOUND_PRIME) += oss/ | 5 | obj-$(CONFIG_DMASOUND) += oss/dmasound/ |
6 | obj-$(CONFIG_DMASOUND) += oss/ | ||
7 | obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ | 6 | obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ |
8 | firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ | 7 | firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ |
9 | obj-$(CONFIG_SND_AOA) += aoa/ | 8 | obj-$(CONFIG_SND_AOA) += aoa/ |