Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dma-stream...
[deliverable/linux.git] / sound / arm / Makefile
1 #
2 # Makefile for ALSA
3 #
4
5 obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o
6 snd-aaci-objs := aaci.o
7
8 obj-$(CONFIG_SND_PXA2XX_PCM) += snd-pxa2xx-pcm.o
9 snd-pxa2xx-pcm-objs := pxa2xx-pcm.o
10
11 obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o
12 snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o
13 snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o
14
15 obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o
16 snd-pxa2xx-ac97-objs := pxa2xx-ac97.o
This page took 0.030759 seconds and 6 git commands to generate.