]> Git Repo - J-u-boot.git/blob - drivers/remoteproc/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / drivers / remoteproc / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2015
4 # Texas Instruments Incorporated - https://www.ti.com/
5 #
6
7 obj-$(CONFIG_$(XPL_)REMOTEPROC) += rproc-uclass.o rproc-elf-loader.o
8
9 # Remote proc drivers - Please keep this list alphabetically sorted.
10 obj-$(CONFIG_K3_SYSTEM_CONTROLLER) += k3_system_controller.o
11 obj-$(CONFIG_REMOTEPROC_RENESAS_APMU) += renesas_apmu.o
12 obj-$(CONFIG_REMOTEPROC_SANDBOX) += sandbox_testproc.o
13 obj-$(CONFIG_REMOTEPROC_STM32_COPRO) += stm32_copro.o
14 obj-$(CONFIG_REMOTEPROC_TI_K3_ARM64) += ti_k3_arm64_rproc.o
15 obj-$(CONFIG_REMOTEPROC_TI_K3_DSP) += ti_k3_dsp_rproc.o
16 obj-$(CONFIG_REMOTEPROC_TI_K3_R5F) += ti_k3_r5f_rproc.o
17 obj-$(CONFIG_REMOTEPROC_TI_POWER) += ti_power_proc.o
18 obj-$(CONFIG_REMOTEPROC_TI_PRU) += pru_rproc.o
19 obj-$(CONFIG_REMOTEPROC_TI_IPU) += ipu_rproc.o
This page took 0.02791 seconds and 4 git commands to generate.