mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 21:36:41 +07:00
d5a932e541
Adopt the SPDX license identifier headers to ease license compliance management. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Vijendar Mukunda <vijendar.mukunda@amd.com> Signed-off-by: Mark Brown <broonie@kernel.org>
7 lines
251 B
Makefile
7 lines
251 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Raven Ridge platform Support
|
|
snd-pci-acp3x-objs := pci-acp3x.o
|
|
snd-acp3x-pcm-dma-objs := acp3x-pcm-dma.o
|
|
obj-$(CONFIG_SND_SOC_AMD_ACP3x) += snd-pci-acp3x.o
|
|
obj-$(CONFIG_SND_SOC_AMD_ACP3x) += snd-acp3x-pcm-dma.o
|