summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Makefile
blob: 5445d9b23294d90e0e6a765d83c3c2187ac17b1b (plain)
1
2
3
4
5
6
7
8
9
#
# 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
obj-$(CONFIG_OMAP_REMOTEPROC)		+= omap_remoteproc.o