]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - sound/soc/spear/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-eoan-kernel.git] / sound / soc / spear / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
e58070ee 2# SPEAR Platform Support
1d26f752
MB
3snd-soc-spear-pcm-objs := spear_pcm.o
4snd-soc-spear-spdif-in-objs := spdif_in.o
5snd-soc-spear-spdif-out-objs := spdif_out.o
6
7obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
8obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o
9obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o