blob: df0897f69e162587a7ad2573741fecb28b7a1efa [file] [log] [blame]
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02001#
2# Generic framework for controlling remote processors
3#
4
5obj-$(CONFIG_REMOTEPROC) += remoteproc.o
6remoteproc-y := remoteproc_core.o
Ohad Ben-Cohen6391a702011-10-20 17:24:15 +02007remoteproc-y += remoteproc_debugfs.o
Ohad Ben-Cohenac8954a2011-10-20 18:15:13 +02008remoteproc-y += remoteproc_rpmsg.o
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +02009obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o