xref: /rk3399_rockchip-uboot/drivers/remoteproc/Makefile (revision 0a57c037b53c34b82f2fc3f6899d30c2e56d994c)
1#
2# (C) Copyright 2015
3# Texas Instruments Incorporated - http://www.ti.com/
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-$(CONFIG_REMOTEPROC) += rproc-uclass.o
8
9# Remote proc drivers - Please keep this list alphabetically sorted.
10obj-$(CONFIG_REMOTEPROC_SANDBOX) += sandbox_testproc.o
11