Blame view

drivers/remoteproc/Makefile 1.52 KB
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
400e64df6   Ohad Ben-Cohen   remoteproc: add f...
2
3
4
5
6
7
  #
  # Generic framework for controlling remote processors
  #
  
  obj-$(CONFIG_REMOTEPROC)		+= remoteproc.o
  remoteproc-y				:= remoteproc_core.o
2c010cc37   Rishabh Bhatnagar   remoteproc: Move ...
8
  remoteproc-y				+= remoteproc_coredump.o
6391a7068   Ohad Ben-Cohen   remoteproc: add d...
9
  remoteproc-y				+= remoteproc_debugfs.o
2aefbef04   Matt Redfearn   remoteproc: Add a...
10
  remoteproc-y				+= remoteproc_sysfs.o
04a9016e8   Ohad Ben-Cohen   remoteproc: remot...
11
  remoteproc-y				+= remoteproc_virtio.o
72854fb04   Sjur Brændeland   remoteproc: Move ...
12
  remoteproc-y				+= remoteproc_elf_loader.o
447677088   Siddharth Gupta   remoteproc: Add r...
13
  obj-$(CONFIG_REMOTEPROC_CDEV)		+= remoteproc_cdev.o
a0ff4aa6f   Oleksij Rempel   remoteproc: imx_r...
14
  obj-$(CONFIG_IMX_REMOTEPROC)		+= imx_rproc.o
48f0a1bbb   Paul Cercueil   remoteproc: ingen...
15
  obj-$(CONFIG_INGENIC_VPU_RPROC)		+= ingenic_rproc.o
63c13d61e   Erin Lo   remoteproc/mediat...
16
  obj-$(CONFIG_MTK_SCP)			+= mtk_scp.o mtk_scp_ipi.o
34ed5a33b   Ohad Ben-Cohen   remoteproc/omap: ...
17
  obj-$(CONFIG_OMAP_REMOTEPROC)		+= omap_remoteproc.o
a01bc0d5f   Dave Gerlach   remoteproc/wkup_m...
18
  obj-$(CONFIG_WKUP_M3_RPROC)		+= wkup_m3_rproc.o
13be5432d   Robert Tivy   remoteproc/davinc...
19
  obj-$(CONFIG_DA8XX_REMOTEPROC)		+= da8xx_remoteproc.o
e88bb8f7a   Suman Anna   remoteproc/keysto...
20
  obj-$(CONFIG_KEYSTONE_REMOTEPROC)	+= keystone_remoteproc.o
549b67da6   Bjorn Andersson   remoteproc: qcom:...
21
  obj-$(CONFIG_QCOM_PIL_INFO)		+= qcom_pil_info.o
bde440eee   Bjorn Andersson   remoteproc: qcom:...
22
  obj-$(CONFIG_QCOM_RPROC_COMMON)		+= qcom_common.o
3b415c8fb   Bjorn Andersson   remoteproc: q6v5:...
23
  obj-$(CONFIG_QCOM_Q6V5_COMMON)		+= qcom_q6v5.o
dc160e449   Rohit kumar   remoteproc: qcom:...
24
  obj-$(CONFIG_QCOM_Q6V5_ADSP)		+= qcom_q6v5_adsp.o
ef73c22fa   Bjorn Andersson   remoteproc: qcom:...
25
  obj-$(CONFIG_QCOM_Q6V5_MSS)		+= qcom_q6v5_mss.o
9e004f971   Bjorn Andersson   remoteproc: qcom:...
26
  obj-$(CONFIG_QCOM_Q6V5_PAS)		+= qcom_q6v5_pas.o
3a3d4163e   Sricharan R   remoteproc: qcom:...
27
  obj-$(CONFIG_QCOM_Q6V5_WCSS)		+= qcom_q6v5_wcss.o
1fb82ee80   Bjorn Andersson   remoteproc: qcom:...
28
  obj-$(CONFIG_QCOM_SYSMON)		+= qcom_sysmon.o
6de1a507c   Bjorn Andersson   remoteproc: qcom_...
29
30
31
  obj-$(CONFIG_QCOM_WCNSS_PIL)		+= qcom_wcnss_pil.o
  qcom_wcnss_pil-y			+= qcom_wcnss.o
  qcom_wcnss_pil-y			+= qcom_wcnss_iris.o
63edb0310   Lee Jones   remoteproc: Suppl...
32
  obj-$(CONFIG_ST_REMOTEPROC)		+= st_remoteproc.o
bb6869b21   Peter Griffin   remoteproc: st_sl...
33
  obj-$(CONFIG_ST_SLIM_REMOTEPROC)	+= st_slim_rproc.o
13140de09   Fabien Dessenne   remoteproc: stm32...
34
  obj-$(CONFIG_STM32_RPROC)		+= stm32_rproc.o
6edbe024b   Suman Anna   remoteproc: k3-ds...
35
  obj-$(CONFIG_TI_K3_DSP_REMOTEPROC)	+= ti_k3_dsp_remoteproc.o
6dedbd1d5   Suman Anna   remoteproc: k3-r5...
36
  obj-$(CONFIG_TI_K3_R5_REMOTEPROC)	+= ti_k3_r5_remoteproc.o