aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Makefile
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2016-01-12 12:46:18 +0000
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-01-29 17:26:49 -0800
commit63edb0310a5ca736c81aaba661b365cd4887cd3b (patch)
treec2e39b9aebe528b3ec4959fe8a4d750c381db66b /drivers/remoteproc/Makefile
parentremoteproc: debugfs: Add ability to boot remote processor using debugfs (diff)
downloadlinux-dev-63edb0310a5ca736c81aaba661b365cd4887cd3b.tar.xz
linux-dev-63edb0310a5ca736c81aaba661b365cd4887cd3b.zip
remoteproc: Supply controller driver for ST's Remote Processors
Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/Makefile')
-rw-r--r--drivers/remoteproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Makefile b/drivers/remoteproc/Makefile
index 81b04d1e2e58..279cb2edc880 100644
--- a/drivers/remoteproc/Makefile
+++ b/drivers/remoteproc/Makefile
@@ -11,3 +11,4 @@ obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o
obj-$(CONFIG_STE_MODEM_RPROC) += ste_modem_rproc.o
obj-$(CONFIG_WKUP_M3_RPROC) += wkup_m3_rproc.o
obj-$(CONFIG_DA8XX_REMOTEPROC) += da8xx_remoteproc.o
+obj-$(CONFIG_ST_REMOTEPROC) += st_remoteproc.o