3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/sound/soc/sof/amd/Makefile

14 lines
648 B
Makefile
Raw Permalink Normal View History

2022-04-02 13:24:21 +00:00
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
# This file is provided under a dual BSD/GPLv2 license. When using or
# redistributing this file, you may do so under either license.
#
# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
2022-12-14 06:30:32 +00:00
snd-sof-amd-acp-objs := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o
2022-04-02 13:24:21 +00:00
snd-sof-amd-renoir-objs := pci-rn.o renoir.o
2022-12-14 06:30:32 +00:00
snd-sof-amd-rembrandt-objs := pci-rmb.o rembrandt.o
2022-04-02 13:24:21 +00:00
obj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o
obj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) +=snd-sof-amd-renoir.o
2022-12-14 06:30:32 +00:00
obj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) +=snd-sof-amd-rembrandt.o