blob: 5445d9b23294d90e0e6a765d83c3c2187ac17b1b [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-Cohen04a90162012-02-13 04:03:31 +02008remoteproc-y += remoteproc_virtio.o
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +02009obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o