Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[deliverable/linux.git] / sound / soc / blackfin / Makefile
CommitLineData
579e8eac
CC
1# Blackfin Platform Support
2snd-bf5xx-ac97-objs := bf5xx-ac97-pcm.o
3snd-bf5xx-i2s-objs := bf5xx-i2s-pcm.o
01e2ab20 4snd-bf5xx-tdm-objs := bf5xx-tdm-pcm.o
579e8eac
CC
5snd-soc-bf5xx-sport-objs := bf5xx-sport.o
6snd-soc-bf5xx-ac97-objs := bf5xx-ac97.o
7snd-soc-bf5xx-i2s-objs := bf5xx-i2s.o
01e2ab20 8snd-soc-bf5xx-tdm-objs := bf5xx-tdm.o
579e8eac
CC
9
10obj-$(CONFIG_SND_BF5XX_AC97) += snd-bf5xx-ac97.o
11obj-$(CONFIG_SND_BF5XX_I2S) += snd-bf5xx-i2s.o
01e2ab20 12obj-$(CONFIG_SND_BF5XX_TDM) += snd-bf5xx-tdm.o
579e8eac
CC
13obj-$(CONFIG_SND_BF5XX_SOC_SPORT) += snd-soc-bf5xx-sport.o
14obj-$(CONFIG_SND_BF5XX_SOC_AC97) += snd-soc-bf5xx-ac97.o
15obj-$(CONFIG_SND_BF5XX_SOC_I2S) += snd-soc-bf5xx-i2s.o
01e2ab20 16obj-$(CONFIG_SND_BF5XX_SOC_TDM) += snd-soc-bf5xx-tdm.o
579e8eac
CC
17
18# Blackfin Machine Support
dce944db 19snd-ad1836-objs := bf5xx-ad1836.o
579e8eac
CC
20snd-ad1980-objs := bf5xx-ad1980.o
21snd-ssm2602-objs := bf5xx-ssm2602.o
5564b14b 22snd-ad73311-objs := bf5xx-ad73311.o
698c3756 23snd-ad193x-objs := bf5xx-ad193x.o
579e8eac 24
dce944db 25obj-$(CONFIG_SND_BF5XX_SOC_AD1836) += snd-ad1836.o
579e8eac
CC
26obj-$(CONFIG_SND_BF5XX_SOC_AD1980) += snd-ad1980.o
27obj-$(CONFIG_SND_BF5XX_SOC_SSM2602) += snd-ssm2602.o
5564b14b 28obj-$(CONFIG_SND_BF5XX_SOC_AD73311) += snd-ad73311.o
698c3756 29obj-$(CONFIG_SND_BF5XX_SOC_AD193X) += snd-ad193x.o
This page took 0.151362 seconds and 5 git commands to generate.