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 |