Merge branch 'master' of git://git.denx.de/u-boot-x86
[platform/kernel/u-boot.git] / 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