mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
6 lines
251 B
Makefile
6 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
|