Blame view

drivers/remoteproc/Makefile 1.17 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
6391a7068   Ohad Ben-Cohen   remoteproc: add d...
8
  remoteproc-y				+= remoteproc_debugfs.o
2aefbef04   Matt Redfearn   remoteproc: Add a...
9
  remoteproc-y				+= remoteproc_sysfs.o
04a9016e8   Ohad Ben-Cohen   remoteproc: remot...
10
  remoteproc-y				+= remoteproc_virtio.o
72854fb04   Sjur Brændeland   remoteproc: Move ...
11
  remoteproc-y				+= remoteproc_elf_loader.o
a0ff4aa6f   Oleksij Rempel   remoteproc: imx_r...
12
  obj-$(CONFIG_IMX_REMOTEPROC)		+= imx_rproc.o
34ed5a33b   Ohad Ben-Cohen   remoteproc/omap: ...
13
  obj-$(CONFIG_OMAP_REMOTEPROC)		+= omap_remoteproc.o
a01bc0d5f   Dave Gerlach   remoteproc/wkup_m...
14
  obj-$(CONFIG_WKUP_M3_RPROC)		+= wkup_m3_rproc.o
13be5432d   Robert Tivy   remoteproc/davinc...
15
  obj-$(CONFIG_DA8XX_REMOTEPROC)		+= da8xx_remoteproc.o
e88bb8f7a   Suman Anna   remoteproc/keysto...
16
  obj-$(CONFIG_KEYSTONE_REMOTEPROC)	+= keystone_remoteproc.o
bde440eee   Bjorn Andersson   remoteproc: qcom:...
17
  obj-$(CONFIG_QCOM_RPROC_COMMON)		+= qcom_common.o
3b415c8fb   Bjorn Andersson   remoteproc: q6v5:...
18
  obj-$(CONFIG_QCOM_Q6V5_COMMON)		+= qcom_q6v5.o
dc160e449   Rohit kumar   remoteproc: qcom:...
19
  obj-$(CONFIG_QCOM_Q6V5_ADSP)		+= qcom_q6v5_adsp.o
ef73c22fa   Bjorn Andersson   remoteproc: qcom:...
20
  obj-$(CONFIG_QCOM_Q6V5_MSS)		+= qcom_q6v5_mss.o
9e004f971   Bjorn Andersson   remoteproc: qcom:...
21
  obj-$(CONFIG_QCOM_Q6V5_PAS)		+= qcom_q6v5_pas.o
3a3d4163e   Sricharan R   remoteproc: qcom:...
22
  obj-$(CONFIG_QCOM_Q6V5_WCSS)		+= qcom_q6v5_wcss.o
1fb82ee80   Bjorn Andersson   remoteproc: qcom:...
23
  obj-$(CONFIG_QCOM_SYSMON)		+= qcom_sysmon.o
6de1a507c   Bjorn Andersson   remoteproc: qcom_...
24
25
26
  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...
27
  obj-$(CONFIG_ST_REMOTEPROC)		+= st_remoteproc.o
bb6869b21   Peter Griffin   remoteproc: st_sl...
28
  obj-$(CONFIG_ST_SLIM_REMOTEPROC)	+= st_slim_rproc.o
13140de09   Fabien Dessenne   remoteproc: stm32...
29
  obj-$(CONFIG_STM32_RPROC)		+= stm32_rproc.o