Merge "[qca-nss-clients] ipsecmgr default subnet rule"
diff --git a/Makefile b/Makefile
index 71ebb8f..4c9aa4f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@
 
 obj-y+= profiler/
 obj-y+= nss_qdisc/
-obj-y+= ipsecmgr/
 
 # DTLS manager
 ifneq ($(findstring 3.4, $(KERNELVERSION)),)
@@ -45,5 +44,10 @@
 #NSS PPTP
 obj-y+= pptp/
 
+#TODO: The following modules will be enabled for 4.4 kernel as porting progresses
+ifneq ($(VERSION).$(PATCHLEVEL), 4.4)
+obj-y+= ipsecmgr/
+endif
+
 obj ?= .