ASoC: Add a new imx-ssi sound driver
[safe/jmp/linux-2.6] / sound / soc / imx / Makefile
1 # i.MX Platform Support
2 snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o imx-pcm-dma-mx2.o
3
4 ifdef CONFIG_MACH_MX27
5 snd-soc-imx-objs += imx-pcm-dma-mx2.o
6 endif
7
8 obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
9
10 # i.MX Machine Support