]> Git Repo - J-u-boot.git/blame - drivers/mailbox/Makefile
xilinx: zynqmp: fix incorrect map not align with IPI HW
[J-u-boot.git] / drivers / mailbox / Makefile
CommitLineData
22929e12
PD
1# SPDX-License-Identifier: GPL-2.0
2#
6238935d
SW
3# Copyright (c) 2016, NVIDIA CORPORATION.
4#
6238935d 5
88027419 6obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox-uclass.o
8961b524
SW
7obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o
8obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox-test.o
01964d8e 9obj-$(CONFIG_STM32_IPCC) += stm32-ipcc.o
0f67e239 10obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
f9aa4102 11obj-$(CONFIG_K3_SEC_PROXY) += k3-sec-proxy.o
660b0c77 12obj-$(CONFIG_ZYNQMP_IPI) += zynqmp-ipi.o
This page took 0.197339 seconds and 4 git commands to generate.