]> git.sur5r.net Git - u-boot/blob - drivers/mailbox/Makefile
gpio: omap_gpio: Convert to auto-alloc feature when DT is supported
[u-boot] / drivers / mailbox / Makefile
1 # Copyright (c) 2016, NVIDIA CORPORATION.
2 #
3 # SPDX-License-Identifier: GPL-2.0
4
5 obj-$(CONFIG_DM_MAILBOX) += mailbox-uclass.o
6 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o
7 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox-test.o
8 obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o