diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-12-18 03:50:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-03 17:34:19 +0100 |
commit | c8ed6aca6b824018a39702a563f2f6591de20d64 (patch) | |
tree | 415edd168618491481b76e7c767177cc5baf6d78 /sound/soc/generic/Makefile | |
parent | ASoC: simple-scu-card: remove simple-scu-card on Doc (diff) | |
download | linux-c8ed6aca6b824018a39702a563f2f6591de20d64.tar.xz linux-c8ed6aca6b824018a39702a563f2f6591de20d64.zip |
ASoC: simple-scu-card: remove simple-scu-card
It is already merged into simple-card.
simple-scu-card is no longer needed.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/Makefile')
-rw-r--r-- | sound/soc/generic/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/generic/Makefile b/sound/soc/generic/Makefile index 9fbfdd524b24..21c29e5e0671 100644 --- a/sound/soc/generic/Makefile +++ b/sound/soc/generic/Makefile @@ -1,10 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 snd-soc-simple-card-utils-objs := simple-card-utils.o snd-soc-simple-card-objs := simple-card.o -snd-soc-simple-scu-card-objs := simple-scu-card.o snd-soc-audio-graph-card-objs := audio-graph-card.o obj-$(CONFIG_SND_SIMPLE_CARD_UTILS) += snd-soc-simple-card-utils.o obj-$(CONFIG_SND_SIMPLE_CARD) += snd-soc-simple-card.o -obj-$(CONFIG_SND_SIMPLE_SCU_CARD) += snd-soc-simple-scu-card.o obj-$(CONFIG_SND_AUDIO_GRAPH_CARD) += snd-soc-audio-graph-card.o |