msm: sysmon: Add the System Monitor communication library
The System Monitor communication library provides a single API that
can be used to send a notifications of peripheral state changes to
other peripherals using SMD channels.
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile
index 9c7c830..a469e7d 100644
--- a/arch/arm/mach-msm/Makefile
+++ b/arch/arm/mach-msm/Makefile
@@ -166,6 +166,7 @@
obj-y += ramdump.o
obj-$(CONFIG_ARCH_MSM8X60) += subsystem-fatal-8x60.o
endif
+obj-$(CONFIG_MSM_SYSMON_COMM) += sysmon.o
obj-$(CONFIG_MSM_MODEM_8960) += modem-8960.o
obj-$(CONFIG_MSM_LPASS_8960) += lpass-8960.o
obj-$(CONFIG_MSM_WCNSS_SSR_8960) += wcnss-ssr-8960.o