[qca-nss-clients] Disable ipsec and capwap manager for deluxe profile

ipsec and capwap manager is disabled for deluxe profile and will be
enabled along with ipq807x crypto code.

Change-Id: Ic010d707c499cdc0a1616cd101386dba0d209e9d
Signed-off-by: Sourav Poddar <souravp@codeaurora.org>
diff --git a/Makefile b/Makefile
index 53243f9..d8d0a26 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,9 @@
 obj-y+=dtls/
 
 # CAPWAP Manager
+ifneq ($(SoC), ipq807x)
 obj-y+= capwapmgr/
+endif
 
 # Port interface Manager
 ifneq ($(findstring 3.4, $(KERNELVERSION)),)
@@ -48,7 +50,9 @@
 obj-y+= pptp/
 
 #IPsecmgr
+ifneq ($(SoC), ipq807x)
 obj-y+= ipsecmgr/
+endif
 
 #LAG Manager
 obj-y+= lag/