rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # SPEAR Platform Support | ||||
3 | snd-soc-spear-pcm-objs := spear_pcm.o | ||||
4 | snd-soc-spear-spdif-in-objs := spdif_in.o | ||||
5 | snd-soc-spear-spdif-out-objs := spdif_out.o | ||||
6 | |||||
7 | obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o | ||||
8 | obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o | ||||
9 | obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o |