Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9736572 authored by Pushkar Joshi's avatar Pushkar Joshi
Browse files

soc: qcom: Correct the config to compile service notifier



The service notifier should get compiled when the MSM_SERVICE_NOTIFIER
config is selected and not when the MSM_SUBSYSTEM_NOTIFIER config is
enabled.

Change-Id: Ia1b6bffbf6bdb9f44ecea673aeb9c3b64400761d
Signed-off-by: default avatarPushkar Joshi <pushkarj@codeaurora.org>
parent 3380d16c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ ifdef CONFIG_MSM_SUBSYSTEM_RESTART
	obj-y += ramdump.o
endif

obj-$(CONFIG_MSM_SUBSYSTEM_NOTIFIER) += service-notifier.o
obj-$(CONFIG_MSM_SERVICE_NOTIFIER) += service-notifier.o
obj-$(CONFIG_MSM_SYSMON_COMM) += sysmon.o sysmon-qmi.o
obj-$(CONFIG_MSM_SECURE_BUFFER) += secure_buffer.o
obj-$(CONFIG_TRACER_PKT) += tracer_pkt.o