xref: /openbmc/linux/sound/soc/sof/amd/Makefile (revision 1a74b21c)
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#
5846aef1dSAjit Kumar Pandey# Copyright(c) 2021 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
8*1a74b21cSV 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
11846aef1dSAjit Kumar Pandey
12846aef1dSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o
13846aef1dSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) +=snd-sof-amd-renoir.o
1441cb85bcSV sujith kumar Reddyobj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) +=snd-sof-amd-rembrandt.o
15