1846aef1dSAjit Kumar Pandey# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2846aef1dSAjit Kumar Pandey# This file is provided under a dual BSD/GPLv2 license. When using or 3846aef1dSAjit Kumar Pandey# redistributing this file, you may do so under either license. 4846aef1dSAjit Kumar Pandey# 5*d0dab6b7SVenkata Prasad Potturu# Copyright(c) 2021, 2023 Advanced Micro Devices, Inc. All rights reserved. 6846aef1dSAjit Kumar Pandey 74da6b033SAjit Kumar Pandeysnd-sof-amd-acp-objs := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o 81a74b21cSV sujith kumar Reddysnd-sof-amd-acp-$(CONFIG_SND_SOC_SOF_ACP_PROBES) = acp-probes.o 9ec25a3b1SAjit Kumar Pandeysnd-sof-amd-renoir-objs := pci-rn.o renoir.o 1041cb85bcSV sujith kumar Reddysnd-sof-amd-rembrandt-objs := pci-rmb.o rembrandt.o 11*d0dab6b7SVenkata Prasad Potturusnd-sof-amd-vangogh-objs := pci-vangogh.o vangogh.o 12846aef1dSAjit Kumar Pandey 13846aef1dSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o 14846aef1dSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) +=snd-sof-amd-renoir.o 1541cb85bcSV sujith kumar Reddyobj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) +=snd-sof-amd-rembrandt.o 16*d0dab6b7SVenkata Prasad Potturuobj-$(CONFIG_SND_SOC_SOF_AMD_VANGOGH) +=snd-sof-amd-vangogh.o 17