Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Dong Aisheng | 009ad05 | 2011-07-21 12:36:58 +0800 | [diff] [blame] | 2 | # MXS Platform Support |
3 | snd-soc-mxs-objs := mxs-saif.o | ||||
4 | snd-soc-mxs-pcm-objs := mxs-pcm.o | ||||
5 | |||||
6 | obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o | ||||
7 | |||||
8 | # i.MX Machine Support | ||||
9 | snd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o | ||||
10 | |||||
11 | obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o |