]> Git Repo - J-u-boot.git/blame - drivers/soc/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / drivers / soc / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
a43febde 2#
a187559e 3# Makefile for the U-Boot SOC specific device drivers.
a43febde 4
96cec1bb 5obj-$(CONFIG_SOC_AMD_VERSAL2) += soc_amd_versal2.o
1384436d 6obj-$(CONFIG_SOC_QCOM) += qcom/
c9a3efdf 7obj-$(CONFIG_SOC_SAMSUNG) += samsung/
432f66fe 8obj-$(CONFIG_SOC_TI) += ti/
6d3b82df 9obj-$(CONFIG_SOC_DEVICE) += soc-uclass.o
3e1b59cf 10obj-$(CONFIG_SOC_DEVICE_TI_K3) += soc_ti_k3.o
21e3c219 11obj-$(CONFIG_SANDBOX) += soc_sandbox.o
a890a53a 12obj-$(CONFIG_SOC_XILINX_ZYNQMP) += soc_xilinx_zynqmp.o
42e20f52 13obj-$(CONFIG_SOC_XILINX_VERSAL) += soc_xilinx_versal.o
64fc7fc8 14obj-$(CONFIG_SOC_XILINX_VERSAL_NET) += soc_xilinx_versal_net.o
This page took 0.375463 seconds and 4 git commands to generate.