diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2021-10-18 16:50:44 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-18 21:11:47 +0100 |
commit | a80d7edadfa16fa1d4aca4a2253a0af921c3aaef (patch) | |
tree | d27da7153c25e61ee900c8b0592db42439be7246 /sound/soc/amd/yc/Makefile | |
parent | fa991481b8b22a7797a828135ce62a73791bbe39 (diff) |
ASoC: amd: enable Yellow Carp platform machine driver build
This patch enables Yellow Carp platform machine driver build.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20211018112044.1705805-14-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/yc/Makefile')
-rw-r--r-- | sound/soc/amd/yc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/Makefile b/sound/soc/amd/yc/Makefile index 20f8dfe6abb4..dc2974440388 100644 --- a/sound/soc/amd/yc/Makefile +++ b/sound/soc/amd/yc/Makefile @@ -2,6 +2,8 @@ # Yellow Carp platform Support snd-pci-acp6x-objs := pci-acp6x.o snd-acp6x-pdm-dma-objs := acp6x-pdm-dma.o +snd-soc-acp6x-mach-objs := acp6x-mach.o obj-$(CONFIG_SND_SOC_AMD_ACP6x) += snd-pci-acp6x.o obj-$(CONFIG_SND_SOC_AMD_ACP6x) += snd-acp6x-pdm-dma.o +obj-$(CONFIG_SND_SOC_AMD_YC_MACH) += snd-soc-acp6x-mach.o |