]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - 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
1 # SPDX-License-Identifier: GPL-2.0
2 # SAI
3 snd-soc-stm32-sai-sub-objs := stm32_sai_sub.o
4 obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm32-sai-sub.o
5
6 snd-soc-stm32-sai-objs := stm32_sai.o
7 obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm32-sai.o
8
9 # I2S
10 snd-soc-stm32-i2s-objs := stm32_i2s.o
11 obj-$(CONFIG_SND_SOC_STM32_I2S) += snd-soc-stm32-i2s.o
12
13 # SPDIFRX
14 snd-soc-stm32-spdifrx-objs := stm32_spdifrx.o
15 obj-$(CONFIG_SND_SOC_STM32_SPDIFRX) += snd-soc-stm32-spdifrx.o