brintos

brintos / linux-shallow public Read only

0
0
Text · 762 B · d5abb3e Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02snd-soc-simple-card-utils-y	:= simple-card-utils.o3snd-soc-simple-card-y		:= simple-card.o4snd-soc-audio-graph-card-y	:= audio-graph-card.o5snd-soc-audio-graph-card2-y	:= audio-graph-card2.o6snd-soc-audio-graph-card2-custom-sample-y := audio-graph-card2-custom-sample.o7snd-soc-test-component-y	:= test-component.o8 9obj-$(CONFIG_SND_SIMPLE_CARD_UTILS)	+= snd-soc-simple-card-utils.o10obj-$(CONFIG_SND_SIMPLE_CARD)		+= snd-soc-simple-card.o11obj-$(CONFIG_SND_AUDIO_GRAPH_CARD)	+= snd-soc-audio-graph-card.o12obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2)	+= snd-soc-audio-graph-card2.o13obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o14obj-$(CONFIG_SND_TEST_COMPONENT)	+= snd-soc-test-component.o15