[qca-nss-ecm] ECM Notifier changes

Added new atomic notifier support to notify external module for DB events.

Change-Id: I272a6d709d7957b949de64e71e2682a37afa94d2
Signed-off-by: Hardik S. Panchal <hpanchal@codeaurora.org>
diff --git a/Makefile b/Makefile
index 99bc5a5..8e78c5a 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@
 	 ecm_classifier_default.o \
 	 ecm_interface.o \
 	 ecm_conntrack_notifier.o \
-	 ecm_init.o
+	 ecm_init.o \
+	 ecm_notifier.o
 
 # #############################################################################
 # Define ECM_FRONT_END_NSS_ENABLE=y in order to select
@@ -351,6 +352,7 @@
 ccflags-y += -DECM_INTERFACE_DEBUG_LEVEL=1
 ccflags-y += -DECM_STATE_DEBUG_LEVEL=1
 ccflags-y += -DECM_OPENWRT_SUPPORT=1
+ccflags-y += -DECM_NOTIFIER_DEBUG_LEVEL=1
 
 ccflags-y += -I$(obj)/ -I$(obj)/ecm_db -I$(obj)/frontends/include -I$(obj)/frontends/nss -I$(obj)/frontends/sfe -I$(obj)/exports
 ccflags-y += -Werror