blob: bda995e21b905b764d9515c33d36162753f50246 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Nishanth Menonddf56bc2015-09-17 15:42:39 -05002#
3# (C) Copyright 2015
4# Texas Instruments Incorporated - http://www.ti.com/
Nishanth Menonddf56bc2015-09-17 15:42:39 -05005#
6
7obj-$(CONFIG_REMOTEPROC) += rproc-uclass.o
Nishanth Menon3df0b8b2015-09-17 15:42:40 -05008
9# Remote proc drivers - Please keep this list alphabetically sorted.
10obj-$(CONFIG_REMOTEPROC_SANDBOX) += sandbox_testproc.o
Nishanth Menon42392842016-02-25 12:53:45 -060011obj-$(CONFIG_REMOTEPROC_TI_POWER) += ti_power_proc.o