aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/remoteproc/Makefile
diff options
context:
space:
mode:
authorRishabh Bhatnagar <rishabhb@codeaurora.org>2020-07-16 15:20:31 -0700
committerBjorn Andersson <bjorn.andersson@linaro.org>2020-07-21 14:00:49 -0700
commit2c010cc378cdd89af649119d89adee3f443bfd2f (patch)
tree0eef86df51b1e4dc95f2531a061d4eca2cf52651 /drivers/remoteproc/Makefile
parentremoteproc: stm32: Update M4 state in stm32_rproc_stop() (diff)
downloadwireguard-linux-2c010cc378cdd89af649119d89adee3f443bfd2f.tar.xz
wireguard-linux-2c010cc378cdd89af649119d89adee3f443bfd2f.zip
remoteproc: Move coredump functionality to a new file
Move all coredump functionality to an individual file. This is being done so that the current functionality can be extended in future patchsets. Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Reviewed-by: Sibi Sankar <sibis@codeaurora.org> Tested-by: Sibi Sankar <sibis@codeaurora.org> Link: https://lore.kernel.org/r/1594938035-7327-2-git-send-email-rishabhb@codeaurora.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 fe398f82d550..a4c1397d6367 100644
--- a/drivers/remoteproc/Makefile
+++ b/drivers/remoteproc/Makefile
@@ -5,6 +5,7 @@
obj-$(CONFIG_REMOTEPROC) += remoteproc.o
remoteproc-y := remoteproc_core.o
+remoteproc-y += remoteproc_coredump.o
remoteproc-y += remoteproc_debugfs.o
remoteproc-y += remoteproc_sysfs.o
remoteproc-y += remoteproc_virtio.o