GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / soc / imx / Makefile
blob7bc57baf2b0e9e68aaff7b27564fccc6dbd27113
1 # i.MX Platform Support
2 snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o
4 ifdef CONFIG_MACH_MX27
5 snd-soc-imx-objs += imx-pcm-dma-mx2.o
6 endif
8 obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
10 # i.MX Machine Support
11 snd-soc-eukrea-tlv320-objs := eukrea-tlv320.o
12 snd-soc-phycore-ac97-objs := phycore-ac97.o
13 snd-soc-wm1133-ev1-objs := wm1133-ev1.o
15 obj-$(CONFIG_SND_SOC_EUKREA_TLV320) += snd-soc-eukrea-tlv320.o
16 obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o
17 obj-$(CONFIG_SND_MXC_SOC_WM1133_EV1) += snd-soc-wm1133-ev1.o