Merge ../linux-2.6/
[deliverable/linux.git] / sound / arm / Makefile
1 #
2 # Makefile for ALSA
3 #
4
5 snd-sa11xx-uda1341-objs := sa11xx-uda1341.o
6 snd-aaci-objs := aaci.o devdma.o
7 snd-pxa2xx-pcm-objs := pxa2xx-pcm.o
8 snd-pxa2xx-ac97-objs := pxa2xx-ac97.o
9
10 obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-sa11xx-uda1341.o
11 obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o
12 obj-$(CONFIG_SND_PXA2XX_PCM) += snd-pxa2xx-pcm.o
13 obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o
This page took 0.031838 seconds and 6 git commands to generate.