]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - sound/soc/nuc900/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / sound / soc / nuc900 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1082e270
WZ
2# NUC900 series audio
3snd-soc-nuc900-pcm-objs := nuc900-pcm.o
4snd-soc-nuc900-ac97-objs := nuc900-ac97.o
5
6obj-$(CONFIG_SND_SOC_NUC900) += snd-soc-nuc900-pcm.o
7obj-$(CONFIG_SND_SOC_NUC900_AC97) += snd-soc-nuc900-ac97.o
8
9# Boards
10snd-soc-nuc900-audio-objs := nuc900-audio.o
11
12obj-$(CONFIG_SND_SOC_NUC900EVB) += snd-soc-nuc900-audio.o