Makefile (623621a9f9e1a2f4bf1c69d066b7de3de2b12df6) | Makefile (58c8c8438db45fb22b8d855645e2d4d15ca9ee72) |
---|---|
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2# This file is provided under a dual BSD/GPLv2 license. When using or 3# redistributing this file, you may do so under either license. 4# 5# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved. 6 7#common acp driver 8snd-acp-pcm-objs := acp-platform.o 9snd-acp-i2s-objs := acp-i2s.o 10 | 1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2# This file is provided under a dual BSD/GPLv2 license. When using or 3# redistributing this file, you may do so under either license. 4# 5# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved. 6 7#common acp driver 8snd-acp-pcm-objs := acp-platform.o 9snd-acp-i2s-objs := acp-i2s.o 10 |
11#platform specific driver 12snd-acp-renoir-objs := acp-renoir.o 13 |
|
11obj-$(CONFIG_SND_SOC_AMD_ACP_PCM) += snd-acp-pcm.o 12obj-$(CONFIG_SND_SOC_AMD_ACP_I2S) += snd-acp-i2s.o | 14obj-$(CONFIG_SND_SOC_AMD_ACP_PCM) += snd-acp-pcm.o 15obj-$(CONFIG_SND_SOC_AMD_ACP_I2S) += snd-acp-i2s.o |
16 17obj-$(CONFIG_SND_AMD_ASOC_RENOIR) += snd-acp-renoir.o |
|