Revert "unicode: Don't special case ignorable code points"
[linux.git] / sound / soc / generic / Makefile
blobd5abb3eed3df7123b08296536ec57e88c0f58d91
1 # SPDX-License-Identifier: GPL-2.0
2 snd-soc-simple-card-utils-y := simple-card-utils.o
3 snd-soc-simple-card-y := simple-card.o
4 snd-soc-audio-graph-card-y := audio-graph-card.o
5 snd-soc-audio-graph-card2-y := audio-graph-card2.o
6 snd-soc-audio-graph-card2-custom-sample-y := audio-graph-card2-custom-sample.o
7 snd-soc-test-component-y := test-component.o
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