]> Git Repo - u-boot.git/blobdiff - drivers/soc/Makefile
dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs
[u-boot.git] / drivers / soc / Makefile
index 99345eb9a02ae291893f05839e602d30fcb38162..9ef20ca5066fe6e39dc23a48cc32de745ddecf69 100644 (file)
@@ -1,7 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
-# Makefile for the U-boot SOC specific device drivers.
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
+# Makefile for the U-Boot SOC specific device drivers.
 
-obj-$(CONFIG_ARCH_KEYSTONE)    += keystone/
+obj-$(CONFIG_SOC_TI) += ti/
+obj-$(CONFIG_SOC_DEVICE) += soc-uclass.o
+obj-$(CONFIG_SOC_DEVICE_TI_K3) += soc_ti_k3.o
+obj-$(CONFIG_SANDBOX) += soc_sandbox.o
This page took 0.025235 seconds and 4 git commands to generate.