]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - sound/soc/nuc900/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / sound / soc / nuc900 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # NUC900 series audio
3 snd-soc-nuc900-pcm-objs := nuc900-pcm.o
4 snd-soc-nuc900-ac97-objs := nuc900-ac97.o
5
6 obj-$(CONFIG_SND_SOC_NUC900) += snd-soc-nuc900-pcm.o
7 obj-$(CONFIG_SND_SOC_NUC900_AC97) += snd-soc-nuc900-ac97.o
8
9 # Boards
10 snd-soc-nuc900-audio-objs := nuc900-audio.o
11
12 obj-$(CONFIG_SND_SOC_NUC900EVB) += snd-soc-nuc900-audio.o