]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/soc/generic/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / sound / soc / generic / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1f85e118 2snd-soc-simple-card-utils-objs := simple-card-utils.o
f2390880 3snd-soc-simple-card-objs := simple-card.o
d12c6216 4snd-soc-simple-scu-card-objs := simple-scu-card.o
2692c1c6 5snd-soc-audio-graph-card-objs := audio-graph-card.o
87f937b4 6snd-soc-audio-graph-scu-card-objs := audio-graph-scu-card.o
f2390880 7
1f85e118
KM
8obj-$(CONFIG_SND_SIMPLE_CARD_UTILS) += snd-soc-simple-card-utils.o
9obj-$(CONFIG_SND_SIMPLE_CARD) += snd-soc-simple-card.o
d12c6216 10obj-$(CONFIG_SND_SIMPLE_SCU_CARD) += snd-soc-simple-scu-card.o
2692c1c6 11obj-$(CONFIG_SND_AUDIO_GRAPH_CARD) += snd-soc-audio-graph-card.o
87f937b4 12obj-$(CONFIG_SND_AUDIO_GRAPH_SCU_CARD) += snd-soc-audio-graph-scu-card.o