xref: /openbmc/linux/drivers/remoteproc/Makefile (revision 3a3d4163)
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
17b9e718e9SBjorn Anderssonobj-$(CONFIG_QCOM_ADSP_PIL)		+= qcom_adsp_pil.o
18bde440eeSBjorn Anderssonobj-$(CONFIG_QCOM_RPROC_COMMON)		+= qcom_common.o
193b415c8fSBjorn Anderssonobj-$(CONFIG_QCOM_Q6V5_COMMON)		+= qcom_q6v5.o
20051fb70fSBjorn Anderssonobj-$(CONFIG_QCOM_Q6V5_PIL)		+= qcom_q6v5_pil.o
213a3d4163SSricharan Robj-$(CONFIG_QCOM_Q6V5_WCSS)		+= qcom_q6v5_wcss.o
221fb82ee8SBjorn Anderssonobj-$(CONFIG_QCOM_SYSMON)		+= qcom_sysmon.o
236de1a507SBjorn Anderssonobj-$(CONFIG_QCOM_WCNSS_PIL)		+= qcom_wcnss_pil.o
246de1a507SBjorn Anderssonqcom_wcnss_pil-y			+= qcom_wcnss.o
256de1a507SBjorn Anderssonqcom_wcnss_pil-y			+= qcom_wcnss_iris.o
2663edb031SLee Jonesobj-$(CONFIG_ST_REMOTEPROC)		+= st_remoteproc.o
27bb6869b2SPeter Griffinobj-$(CONFIG_ST_SLIM_REMOTEPROC)	+= st_slim_rproc.o
28