blob: ed95bc25adb23c09015f3f6bea976e7b78cb7ccc [file] [log] [blame]
Arunkumar0e06a962015-07-01 13:58:13 +05301# Makefile for the clients using the NSS driver
2
3ccflags-y := -I$(obj) -I$(obj)/..
4
5# Profiler
6obj-y+= profiler/
7
8#IPsec manager
9obj-m += qca-nss-ipsecmgr.o
10qca-nss-ipsecmgr-objs := nss_ipsecmgr.o
11ccflags-y += -DNSS_IPSECMGR_DEBUG_LEVEL=3
12
13#NSS NETLINK
14obj-y+= netlink/
15
16obj ?= .
17