xref: /openbmc/linux/sound/soc/amd/acp/Makefile (revision 9f84940f)
1623621a9SAjit Kumar Pandey# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2623621a9SAjit Kumar Pandey# This file is provided under a dual BSD/GPLv2 license. When using or
3623621a9SAjit Kumar Pandey# redistributing this file, you may do so under either license.
4623621a9SAjit Kumar Pandey#
5623621a9SAjit Kumar Pandey# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6623621a9SAjit Kumar Pandey
7623621a9SAjit Kumar Pandey#common acp driver
8623621a9SAjit Kumar Pandeysnd-acp-pcm-objs     := acp-platform.o
9623621a9SAjit Kumar Pandeysnd-acp-i2s-objs     := acp-i2s.o
10623621a9SAjit Kumar Pandey
1158c8c843SAjit Kumar Pandey#platform specific driver
1258c8c843SAjit Kumar Pandeysnd-acp-renoir-objs     := acp-renoir.o
1358c8c843SAjit Kumar Pandey
14d4c750f2SAjit Kumar Pandey#machine specific driver
15d4c750f2SAjit Kumar Pandeysnd-acp-mach-objs     := acp-mach-common.o
169d8a7be8SAjit Kumar Pandeysnd-acp-legacy-mach-objs     := acp-legacy-mach.o
17*9f84940fSAjit Kumar Pandeysnd-acp-sof-mach-objs     := acp-sof-mach.o
18d4c750f2SAjit Kumar Pandey
19623621a9SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PCM) += snd-acp-pcm.o
20623621a9SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_I2S) += snd-acp-i2s.o
2158c8c843SAjit Kumar Pandey
2258c8c843SAjit Kumar Pandeyobj-$(CONFIG_SND_AMD_ASOC_RENOIR) += snd-acp-renoir.o
23d4c750f2SAjit Kumar Pandey
24d4c750f2SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_MACH_COMMON) += snd-acp-mach.o
259d8a7be8SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_LEGACY_MACH) += snd-acp-legacy-mach.o
26*9f84940fSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_SOF_MACH) += snd-acp-sof-mach.o
27