]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - sound/soc/spear/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / sound / soc / spear / Makefile
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