blob: df0897f69e162587a7ad2573741fecb28b7a1efa (
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_rpmsg.o
obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o
|