xref: /openbmc/linux/sound/soc/sof/amd/Makefile (revision 846aef1d)
1*846aef1dSAjit Kumar Pandey# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2*846aef1dSAjit Kumar Pandey# This file is provided under a dual BSD/GPLv2 license. When using or
3*846aef1dSAjit Kumar Pandey# redistributing this file, you may do so under either license.
4*846aef1dSAjit Kumar Pandey#
5*846aef1dSAjit Kumar Pandey# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6*846aef1dSAjit Kumar Pandey
7*846aef1dSAjit Kumar Pandeysnd-sof-amd-acp-objs := acp.o
8*846aef1dSAjit Kumar Pandeysnd-sof-amd-renoir-objs := renoir.o
9*846aef1dSAjit Kumar Pandey
10*846aef1dSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o
11*846aef1dSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) +=snd-sof-amd-renoir.o
12