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

obj-$(CONFIG_REMOTEPROC)		+= remoteproc.o
remoteproc-y				:= remoteproc_core.o
remoteproc-y				+= remoteproc_debugfs.o
remoteproc-y				+= remoteproc_rpmsg.o