xref: /linux/sound/soc/mxs/Makefile (revision 009ad054b71b77264157c70c58654543acc0c566)
1*009ad054SDong Aisheng# MXS Platform Support
2*009ad054SDong Aishengsnd-soc-mxs-objs := mxs-saif.o
3*009ad054SDong Aishengsnd-soc-mxs-pcm-objs := mxs-pcm.o
4*009ad054SDong Aisheng
5*009ad054SDong Aishengobj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o
6*009ad054SDong Aisheng
7*009ad054SDong Aisheng# i.MX Machine Support
8*009ad054SDong Aishengsnd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o
9*009ad054SDong Aisheng
10*009ad054SDong Aishengobj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o
11