Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Khoronzhuk, Ivan | a43febd | 2014-10-22 17:18:21 +0300 | [diff] [blame] | 2 | # |
Bin Meng | a187559 | 2016-02-05 19:30:11 -0800 | [diff] [blame] | 3 | # Makefile for the U-Boot SOC specific device drivers. |
Khoronzhuk, Ivan | a43febd | 2014-10-22 17:18:21 +0300 | [diff] [blame] | 4 | |
Grygorii Strashko | 432f66f | 2019-02-05 17:31:22 +0530 | [diff] [blame] | 5 | obj-$(CONFIG_SOC_TI) += ti/ |
Dave Gerlach | 6d3b82d | 2020-07-15 23:39:57 -0500 | [diff] [blame] | 6 | obj-$(CONFIG_SOC_DEVICE) += soc-uclass.o |
Dave Gerlach | 3e1b59c | 2020-07-15 23:39:59 -0500 | [diff] [blame] | 7 | obj-$(CONFIG_SOC_DEVICE_TI_K3) += soc_ti_k3.o |
Dave Gerlach | 21e3c21 | 2020-07-15 23:39:58 -0500 | [diff] [blame] | 8 | obj-$(CONFIG_SANDBOX) += soc_sandbox.o |