f9aa41023b
Secure Proxy module manages hardware threads that are meant for communication between the processor entities. Adding support for this driver. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
10 lines
304 B
Makefile
10 lines
304 B
Makefile
# Copyright (c) 2016, NVIDIA CORPORATION.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_DM_MAILBOX) += mailbox-uclass.o
|
|
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o
|
|
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox-test.o
|
|
obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
|
|
obj-$(CONFIG_K3_SEC_PROXY) += k3-sec-proxy.o
|