xref: /openbmc/linux/drivers/remoteproc/Makefile (revision 13140de0)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2400e64dfSOhad Ben-Cohen#
3400e64dfSOhad Ben-Cohen# Generic framework for controlling remote processors
4400e64dfSOhad Ben-Cohen#
5400e64dfSOhad Ben-Cohen
6400e64dfSOhad Ben-Cohenobj-$(CONFIG_REMOTEPROC)		+= remoteproc.o
7400e64dfSOhad Ben-Cohenremoteproc-y				:= remoteproc_core.o
86391a706SOhad Ben-Cohenremoteproc-y				+= remoteproc_debugfs.o
92aefbef0SMatt Redfearnremoteproc-y				+= remoteproc_sysfs.o
1004a9016eSOhad Ben-Cohenremoteproc-y				+= remoteproc_virtio.o
1172854fb0SSjur Brændelandremoteproc-y				+= remoteproc_elf_loader.o
12a0ff4aa6SOleksij Rempelobj-$(CONFIG_IMX_REMOTEPROC)		+= imx_rproc.o
1334ed5a33SOhad Ben-Cohenobj-$(CONFIG_OMAP_REMOTEPROC)		+= omap_remoteproc.o
14a01bc0d5SDave Gerlachobj-$(CONFIG_WKUP_M3_RPROC)		+= wkup_m3_rproc.o
1513be5432SRobert Tivyobj-$(CONFIG_DA8XX_REMOTEPROC)		+= da8xx_remoteproc.o
16e88bb8f7SSuman Annaobj-$(CONFIG_KEYSTONE_REMOTEPROC)	+= keystone_remoteproc.o
17bde440eeSBjorn Anderssonobj-$(CONFIG_QCOM_RPROC_COMMON)		+= qcom_common.o
183b415c8fSBjorn Anderssonobj-$(CONFIG_QCOM_Q6V5_COMMON)		+= qcom_q6v5.o
19dc160e44SRohit kumarobj-$(CONFIG_QCOM_Q6V5_ADSP)		+= qcom_q6v5_adsp.o
20ef73c22fSBjorn Anderssonobj-$(CONFIG_QCOM_Q6V5_MSS)		+= qcom_q6v5_mss.o
219e004f97SBjorn Anderssonobj-$(CONFIG_QCOM_Q6V5_PAS)		+= qcom_q6v5_pas.o
223a3d4163SSricharan Robj-$(CONFIG_QCOM_Q6V5_WCSS)		+= qcom_q6v5_wcss.o
231fb82ee8SBjorn Anderssonobj-$(CONFIG_QCOM_SYSMON)		+= qcom_sysmon.o
246de1a507SBjorn Anderssonobj-$(CONFIG_QCOM_WCNSS_PIL)		+= qcom_wcnss_pil.o
256de1a507SBjorn Anderssonqcom_wcnss_pil-y			+= qcom_wcnss.o
266de1a507SBjorn Anderssonqcom_wcnss_pil-y			+= qcom_wcnss_iris.o
2763edb031SLee Jonesobj-$(CONFIG_ST_REMOTEPROC)		+= st_remoteproc.o
28bb6869b2SPeter Griffinobj-$(CONFIG_ST_SLIM_REMOTEPROC)	+= st_slim_rproc.o
2913140de0SFabien Dessenneobj-$(CONFIG_STM32_RPROC)		+= stm32_rproc.o
30