xref: /openbmc/u-boot/drivers/remoteproc/Makefile (revision 224742a3)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2015
4# Texas Instruments Incorporated - http://www.ti.com/
5#
6
7obj-$(CONFIG_$(SPL_)REMOTEPROC) += rproc-uclass.o
8
9# Remote proc drivers - Please keep this list alphabetically sorted.
10obj-$(CONFIG_K3_SYSTEM_CONTROLLER) += k3_system_controller.o
11obj-$(CONFIG_REMOTEPROC_K3) += k3_rproc.o
12obj-$(CONFIG_REMOTEPROC_SANDBOX) += sandbox_testproc.o
13obj-$(CONFIG_REMOTEPROC_TI_POWER) += ti_power_proc.o
14