Ajit Kumar Pandey | 846aef1 | 2021-11-17 11:37:14 +0200 | [diff] [blame] | 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 | |
V sujith kumar Reddy | 4627421 | 2021-11-17 11:37:25 +0200 | [diff] [blame] | 7 | snd-sof-amd-acp-objs := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o |
Ajit Kumar Pandey | ec25a3b | 2021-11-17 11:37:22 +0200 | [diff] [blame] | 8 | snd-sof-amd-renoir-objs := pci-rn.o renoir.o |
Ajit Kumar Pandey | 846aef1 | 2021-11-17 11:37:14 +0200 | [diff] [blame] | 9 | |
| 10 | obj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o |
| 11 | obj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) +=snd-sof-amd-renoir.o |