Nishanth Menon | ddf56bc | 2015-09-17 15:42:39 -0500 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2015 |
| 3 | # Texas Instruments Incorporated - http://www.ti.com/ |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | obj-$(CONFIG_REMOTEPROC) += rproc-uclass.o |
Nishanth Menon | 3df0b8b | 2015-09-17 15:42:40 -0500 | [diff] [blame] | 8 | |
| 9 | # Remote proc drivers - Please keep this list alphabetically sorted. |
| 10 | obj-$(CONFIG_REMOTEPROC_SANDBOX) += sandbox_testproc.o |
Nishanth Menon | 4239284 | 2016-02-25 12:53:45 -0600 | [diff] [blame] | 11 | obj-$(CONFIG_REMOTEPROC_TI_POWER) += ti_power_proc.o |