xref: /linux/sound/soc/generic/Makefile (revision 33e02dc69afbd8f1b85a51d74d72f139ba4ca623)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2*76560b80STakashi Iwaisnd-soc-simple-card-utils-y	:= simple-card-utils.o
3*76560b80STakashi Iwaisnd-soc-simple-card-y		:= simple-card.o
4*76560b80STakashi Iwaisnd-soc-audio-graph-card-y	:= audio-graph-card.o
5*76560b80STakashi Iwaisnd-soc-audio-graph-card2-y	:= audio-graph-card2.o
6*76560b80STakashi Iwaisnd-soc-audio-graph-card2-custom-sample-y := audio-graph-card2-custom-sample.o
7*76560b80STakashi Iwaisnd-soc-test-component-y	:= test-component.o
8f2390880SKuninori Morimoto
91f85e118SKuninori Morimotoobj-$(CONFIG_SND_SIMPLE_CARD_UTILS)	+= snd-soc-simple-card-utils.o
10f2390880SKuninori Morimotoobj-$(CONFIG_SND_SIMPLE_CARD)		+= snd-soc-simple-card.o
112692c1c6SKuninori Morimotoobj-$(CONFIG_SND_AUDIO_GRAPH_CARD)	+= snd-soc-audio-graph-card.o
126e5f68feSKuninori Morimotoobj-$(CONFIG_SND_AUDIO_GRAPH_CARD2)	+= snd-soc-audio-graph-card2.o
1395373f36SKuninori Morimotoobj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o
14d293abc0SKuninori Morimotoobj-$(CONFIG_SND_TEST_COMPONENT)	+= snd-soc-test-component.o
15