mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
01964d8e23
On STM32 family, the IPCC peripheral allows the communication between 2 processors offering doorbells mechanism. Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Signed-off-by: Loic Pallardy <loic.pallardy@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
11 lines
354 B
Makefile
11 lines
354 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2016, NVIDIA CORPORATION.
|
|
#
|
|
|
|
obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox-uclass.o
|
|
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o
|
|
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox-test.o
|
|
obj-$(CONFIG_STM32_IPCC) += stm32-ipcc.o
|
|
obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
|
|
obj-$(CONFIG_K3_SEC_PROXY) += k3-sec-proxy.o
|