diff options
author | Lee Jones <lee.jones@linaro.org> | 2016-01-12 12:46:18 +0000 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-01-29 17:26:49 -0800 |
commit | 63edb0310a5ca736c81aaba661b365cd4887cd3b (patch) | |
tree | c2e39b9aebe528b3ec4959fe8a4d750c381db66b /drivers/remoteproc/Makefile | |
parent | 69e50479bd6b99a377223104be46f7b894ca4208 (diff) | |
download | talos-obmc-linux-63edb0310a5ca736c81aaba661b365cd4887cd3b.tar.gz talos-obmc-linux-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/Makefile | 1 |
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 |