Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / drivers / mailbox / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Copyright (c) 2016, NVIDIA CORPORATION.
4 #
5
6 obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox-uclass.o
7 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o
8 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox-test.o
9 obj-$(CONFIG_STM32_IPCC) += stm32-ipcc.o
10 obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
11 obj-$(CONFIG_K3_SEC_PROXY) += k3-sec-proxy.o
12 obj-$(CONFIG_ZYNQMP_IPI) += zynqmp-ipi.o