blob: 7b9f1a0af3c87e9ff3bc0315ad951c74ee9d6f69 [file] [log] [blame]
Ajit Kumar Pandey846aef12021-11-17 11:37:14 +02001# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2# This file is provided under a dual BSD/GPLv2 license. When using or
3# redistributing this file, you may do so under either license.
4#
5# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6
V sujith kumar Reddy46274212021-11-17 11:37:25 +02007snd-sof-amd-acp-objs := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o
Ajit Kumar Pandeyec25a3b2021-11-17 11:37:22 +02008snd-sof-amd-renoir-objs := pci-rn.o renoir.o
Ajit Kumar Pandey846aef12021-11-17 11:37:14 +02009
10obj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o
11obj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) +=snd-sof-amd-renoir.o