summaryrefslogtreecommitdiff
path: root/sound/soc/imx/Makefile
blob: 9f8bb92ddfcc0cf3406ecf09fe2f2ad46e2628e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# i.MX Platform Support
snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o

ifdef CONFIG_MACH_MX27
snd-soc-imx-objs += imx-pcm-dma-mx2.o
endif

obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o

# i.MX Machine Support
snd-soc-phycore-ac97-objs := phycore-ac97.o
obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o