aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/remoteproc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/remoteproc/Makefile')
-rw-r--r--roms/u-boot/drivers/remoteproc/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/remoteproc/Makefile b/roms/u-boot/drivers/remoteproc/Makefile
new file mode 100644
index 000000000..69ae7bd1e
--- /dev/null
+++ b/roms/u-boot/drivers/remoteproc/Makefile
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# (C) Copyright 2015
+# Texas Instruments Incorporated - http://www.ti.com/
+#
+
+obj-$(CONFIG_$(SPL_)REMOTEPROC) += rproc-uclass.o rproc-elf-loader.o
+
+# Remote proc drivers - Please keep this list alphabetically sorted.
+obj-$(CONFIG_K3_SYSTEM_CONTROLLER) += k3_system_controller.o
+obj-$(CONFIG_REMOTEPROC_SANDBOX) += sandbox_testproc.o
+obj-$(CONFIG_REMOTEPROC_STM32_COPRO) += stm32_copro.o
+obj-$(CONFIG_REMOTEPROC_TI_K3_ARM64) += ti_k3_arm64_rproc.o
+obj-$(CONFIG_REMOTEPROC_TI_K3_DSP) += ti_k3_dsp_rproc.o
+obj-$(CONFIG_REMOTEPROC_TI_K3_R5F) += ti_k3_r5f_rproc.o
+obj-$(CONFIG_REMOTEPROC_TI_POWER) += ti_power_proc.o