]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/soc/stm/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / sound / soc / stm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
3e086edf 2# SAI
3snd-soc-stm32-sai-sub-objs := stm32_sai_sub.o
5561b66b 4obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm32-sai-sub.o
3e086edf 5
6snd-soc-stm32-sai-objs := stm32_sai.o
5561b66b 7obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm32-sai.o
e4e6ec7b 8
9# I2S
10snd-soc-stm32-i2s-objs := stm32_i2s.o
5561b66b 11obj-$(CONFIG_SND_SOC_STM32_I2S) += snd-soc-stm32-i2s.o
03e4d5d5 12
13# SPDIFRX
14snd-soc-stm32-spdifrx-objs := stm32_spdifrx.o
15obj-$(CONFIG_SND_SOC_STM32_SPDIFRX) += snd-soc-stm32-spdifrx.o