xref: /openbmc/linux/sound/soc/amd/vangogh/Makefile (revision 08413fca)
1*08413fcaSVijendar Mukunda# SPDX-License-Identifier: GPL-2.0+
2*08413fcaSVijendar Mukunda# Vangogh platform Support
3*08413fcaSVijendar Mukundasnd-pci-acp5x-objs	:= pci-acp5x.o
4*08413fcaSVijendar Mukundasnd-acp5x-i2s-objs	:= acp5x-i2s.o
5*08413fcaSVijendar Mukundasnd-acp5x-pcm-dma-objs	:= acp5x-pcm-dma.o
6*08413fcaSVijendar Mukunda
7*08413fcaSVijendar Mukundaobj-$(CONFIG_SND_SOC_AMD_ACP5x) += snd-pci-acp5x.o
8*08413fcaSVijendar Mukundaobj-$(CONFIG_SND_SOC_AMD_ACP5x)	+= snd-acp5x-i2s.o
9*08413fcaSVijendar Mukundaobj-$(CONFIG_SND_SOC_AMD_ACP5x) += snd-acp5x-pcm-dma.o
10