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