Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / remoteproc / Makefile
diff --git a/kernel/drivers/remoteproc/Makefile b/kernel/drivers/remoteproc/Makefile
new file mode 100644 (file)
index 0000000..ac2ff75
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# 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
+remoteproc-y                           += remoteproc_elf_loader.o
+obj-$(CONFIG_OMAP_REMOTEPROC)          += omap_remoteproc.o
+obj-$(CONFIG_STE_MODEM_RPROC)          += ste_modem_rproc.o
+obj-$(CONFIG_DA8XX_REMOTEPROC)         += da8xx_remoteproc.o