[qca-nss-ecm] Renamed and moved the bond notifier into nss directory.
* This bond notifier is specific to the NSS front end. Each
acceleration engine front end should implement its own bond
notifier.
Change-Id: Ic02d1a92561189a6a86d82177b6c55b25f6ab3fa
Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>
diff --git a/Makefile b/Makefile
index b7ab8a7..efa4c12 100755
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@
ifneq ($(findstring 3.4, $(KERNELVERSION)),)
ECM_INTERFACE_BOND_ENABLE=y
endif
-ecm-$(ECM_INTERFACE_BOND_ENABLE) += ecm_bond_notifier.o
+ecm-$(ECM_INTERFACE_BOND_ENABLE) += frontends/nss/ecm_nss_bond_notifier.o
ccflags-$(ECM_INTERFACE_BOND_ENABLE) += -DECM_INTERFACE_BOND_ENABLE
# #############################################################################