Linux 6.7-rc7
[linux-modified.git] / sound / soc / generic / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 snd-soc-simple-card-utils-objs  := simple-card-utils.o
3 snd-soc-simple-card-objs        := simple-card.o
4 snd-soc-audio-graph-card-objs   := audio-graph-card.o
5 snd-soc-audio-graph-card2-objs  := audio-graph-card2.o
6 snd-soc-audio-graph-card2-custom-sample-objs := audio-graph-card2-custom-sample.o
7 snd-soc-test-component-objs     := test-component.o
8
9 obj-$(CONFIG_SND_SIMPLE_CARD_UTILS)     += snd-soc-simple-card-utils.o
10 obj-$(CONFIG_SND_SIMPLE_CARD)           += snd-soc-simple-card.o
11 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD)      += snd-soc-audio-graph-card.o
12 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2)     += snd-soc-audio-graph-card2.o
13 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o
14 obj-$(CONFIG_SND_TEST_COMPONENT)        += snd-soc-test-component.o