qca-nss-clients: Add makefile for FSM9010 target

FSM9010 will use only Netlink, Profiler and IPsec manager.

Change-Id: I1977336d267c61cbe29527da18505097a0218f77
Signed-off-by: Arunkumar <athand@codeaurora.org>
diff --git a/Makefile b/Makefile
index 1ea1d2b..257821e 100644
--- a/Makefile
+++ b/Makefile
@@ -25,16 +25,14 @@
 endif
 
 #IPsec manager
-ifneq ($(or $(findstring 3.10, $(KERNELVERSION)),\
-	    $(findstring 3.4, $(KERNELVERSION))),)
+ifneq ($(findstring 3.4, $(KERNELVERSION)),)
 obj-m += qca-nss-ipsecmgr.o
 qca-nss-ipsecmgr-objs := nss_ipsecmgr.o
 ccflags-y += -DNSS_IPSECMGR_DEBUG_LEVEL=3
 endif
 
 #NSS NETLINK
-ifneq ($(or $(findstring 3.10, $(KERNELVERSION)),\
-	    $(findstring 3.4, $(KERNELVERSION))),)
+ifneq ($(findstring 3.4, $(KERNELVERSION)),)
 obj-y+= netlink/
 endif