summaryrefslogtreecommitdiff
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
authorSathish Ambley <sathishambley@codeaurora.org>2015-11-18 18:51:13 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:23:23 -0700
commit1befdae1fa722adb28faa3bba9f740e818d931f7 (patch)
tree445235e426c104a1f2a3f443701d5f71c7aec8dc /drivers/char/Makefile
parentcb73786a28d02c662b8276546fd08664eb8d0376 (diff)
msm: ADSPRPC: Enable session restart with remote heap
Enable session restart when remote heap is allocated to ADSP. Change-Id: If4cd477f8c5994445f4a0e951a544afaa33be112 Acked-by: Himateja Reddy <hmreddy@qti.qualcomm.com> Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index 9567e1394bd6..fe696f180841 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -62,3 +62,7 @@ js-rtc-y = rtc.o
obj-$(CONFIG_TILE_SROM) += tile-srom.o
obj-$(CONFIG_DIAG_CHAR) += diag/
obj-$(CONFIG_XILLYBUS) += xillybus/
+obj-$(CONFIG_MSM_ADSPRPC) += adsprpc.o
+ifdef CONFIG_COMPAT
+obj-$(CONFIG_MSM_ADSPRPC) += adsprpc_compat.o
+endif