2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2014-10-22 14:18:21 +00:00
|
|
|
#
|
2016-02-06 03:30:11 +00:00
|
|
|
# Makefile for the U-Boot SOC specific device drivers.
|
2014-10-22 14:18:21 +00:00
|
|
|
|
2019-02-05 12:01:22 +00:00
|
|
|
obj-$(CONFIG_SOC_TI) += ti/
|
2020-07-16 04:39:57 +00:00
|
|
|
obj-$(CONFIG_SOC_DEVICE) += soc-uclass.o
|
2020-07-16 04:39:59 +00:00
|
|
|
obj-$(CONFIG_SOC_DEVICE_TI_K3) += soc_ti_k3.o
|
2020-07-16 04:39:58 +00:00
|
|
|
obj-$(CONFIG_SANDBOX) += soc_sandbox.o
|
2021-08-10 12:50:18 +00:00
|
|
|
obj-$(CONFIG_SOC_XILINX_ZYNQMP) += soc_xilinx_zynqmp.o
|
2021-08-10 12:50:19 +00:00
|
|
|
obj-$(CONFIG_SOC_XILINX_VERSAL) += soc_xilinx_versal.o
|
2022-11-16 15:36:35 +00:00
|
|
|
obj-$(CONFIG_SOC_XILINX_VERSAL_NET) += soc_xilinx_versal_net.o
|