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/ |
Dave Gerlach | 50a6c08 | 2020-07-15 23:39:57 -0500 | [diff] [blame] | 6 | obj-$(CONFIG_SOC_DEVICE) += soc-uclass.o |
Dave Gerlach | f8f8b12 | 2020-07-15 23:39:59 -0500 | [diff] [blame^] | 7 | obj-$(CONFIG_SOC_DEVICE_TI_K3) += soc_ti_k3.o |
Dave Gerlach | 75dbdfc | 2020-07-15 23:39:58 -0500 | [diff] [blame] | 8 | obj-$(CONFIG_SANDBOX) += soc_sandbox.o |