diff options
author | Nico Pache <npache@redhat.com> | 2021-04-14 10:58:04 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-14 16:26:24 +0200 |
commit | b5fb388da472a69858355560d803602e0ace1006 (patch) | |
tree | f6384f2ddb2182f1306811430a12d7140913a31c /sound/soc/Makefile | |
parent | ASoC: cs35l36: Fix an error handling path in 'cs35l36_i2c_probe()' (diff) | |
download | linux-b5fb388da472a69858355560d803602e0ace1006.tar.xz linux-b5fb388da472a69858355560d803602e0ace1006.zip |
ASoC: topology: adhere to KUNIT formatting standard
Drop 'S' from end of SND_SOC_TOPOLOGY_KUNIT_TESTS inorder to adhear to
the KUNIT *_KUNIT_TEST config name format.
Signed-off-by: Nico Pache <npache@redhat.com>
Link: https://lore.kernel.org/r/dcf79e592f9a7e14483dde32ac561f6af2632e50.1618388989.git.npache@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r-- | sound/soc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index f56ad996eae8..a7b37c06dc43 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -7,9 +7,9 @@ ifneq ($(CONFIG_SND_SOC_TOPOLOGY),) snd-soc-core-objs += soc-topology.o endif -ifneq ($(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TESTS),) +ifneq ($(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST),) # snd-soc-test-objs := soc-topology-test.o -obj-$(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TESTS) := soc-topology-test.o +obj-$(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST) := soc-topology-test.o endif ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),) |