xref: /linux/sound/soc/sof/amd/Makefile (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
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*490be7baSVijendar Mukunda# Copyright(c) 2021, 2023, 2024 Advanced Micro Devices, Inc. All rights reserved.
6846aef1dSAjit Kumar Pandey
79c2f5b6eSTakashi Iwaisnd-sof-amd-acp-y := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o
89b4843e8STakashi Iwaisnd-sof-amd-acp-$(CONFIG_SND_SOC_SOF_ACP_PROBES) += acp-probes.o
99c2f5b6eSTakashi Iwaisnd-sof-amd-renoir-y := pci-rn.o renoir.o
109c2f5b6eSTakashi Iwaisnd-sof-amd-rembrandt-y := pci-rmb.o rembrandt.o
119c2f5b6eSTakashi Iwaisnd-sof-amd-vangogh-y := pci-vangogh.o vangogh.o
129c2f5b6eSTakashi Iwaisnd-sof-amd-acp63-y := pci-acp63.o acp63.o
13*490be7baSVijendar Mukundasnd-sof-amd-acp70-y := pci-acp70.o acp70.o
14846aef1dSAjit Kumar Pandey
15846aef1dSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o
16846aef1dSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) += snd-sof-amd-renoir.o
1741cb85bcSV sujith kumar Reddyobj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) += snd-sof-amd-rembrandt.o
18d0dab6b7SVenkata Prasad Potturuobj-$(CONFIG_SND_SOC_SOF_AMD_VANGOGH) += snd-sof-amd-vangogh.o
19848c0d34SVijendar Mukundaobj-$(CONFIG_SND_SOC_SOF_AMD_ACP63) += snd-sof-amd-acp63.o
20*490be7baSVijendar Mukundaobj-$(CONFIG_SND_SOC_SOF_AMD_ACP70) += snd-sof-amd-acp70.o
21