[qca-nss-clients] map-t client module

MAP-T acceleration support

Change-Id: Ib385ff7062fe4204ba7e3e117edc07f59678c2d6
Signed-off-by: ratheesh kannoth <rkannoth@codeaurora.org>
diff --git a/Makefile b/Makefile
index 4c9aa4f..cd45deb 100644
--- a/Makefile
+++ b/Makefile
@@ -49,5 +49,9 @@
 obj-y+= ipsecmgr/
 endif
 
-obj ?= .
+# MAP-T manager
+ifneq ($(findstring 3.14, $(KERNELVERSION)),)
+obj-y+=map/map-t/
+endif
 
+obj ?= .