Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Khoronzhuk, Ivan | dbfecb2 | 2014-10-22 17:18:21 +0300 | [diff] [blame] | 2 | # |
Bin Meng | 7557405 | 2016-02-05 19:30:11 -0800 | [diff] [blame] | 3 | # Makefile for the U-Boot SOC specific device drivers. |
Khoronzhuk, Ivan | dbfecb2 | 2014-10-22 17:18:21 +0300 | [diff] [blame] | 4 | |
Grygorii Strashko | 1c5258f | 2019-02-05 17:31:22 +0530 | [diff] [blame] | 5 | obj-$(CONFIG_SOC_TI) += ti/ |