aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Makefile
blob: 391b65181c054c795a8e0e34b1092f4ddba969f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# Generic framework for controlling remote processors
#

obj-$(CONFIG_REMOTEPROC)		+= remoteproc.o
remoteproc-y				:= remoteproc_core.o
remoteproc-y				+= remoteproc_debugfs.o
remoteproc-y				+= remoteproc_virtio.o
remoteproc-y				+= remoteproc_elf_loader.o
obj-$(CONFIG_OMAP_REMOTEPROC)		+= omap_remoteproc.o
obj-$(CONFIG_STE_MODEM_RPROC)	 	+= ste_modem_rproc.o