Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc2 8 lines 372 B view raw
1# SPDX-License-Identifier: GPL-2.0 2snd-soc-simple-card-utils-objs := simple-card-utils.o 3snd-soc-simple-card-objs := simple-card.o 4snd-soc-audio-graph-card-objs := audio-graph-card.o 5 6obj-$(CONFIG_SND_SIMPLE_CARD_UTILS) += snd-soc-simple-card-utils.o 7obj-$(CONFIG_SND_SIMPLE_CARD) += snd-soc-simple-card.o 8obj-$(CONFIG_SND_AUDIO_GRAPH_CARD) += snd-soc-audio-graph-card.o