blob: 4d21b8952e1cfb57e7a701d2bbd53a2f6291ebec [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
Amit Guptad93b68c2015-12-28 14:20:21 +05309obj-y+= ipsecmgr/
Arunkumar0e06a962015-07-01 13:58:13 +053010
11#NSS NETLINK
12obj-y+= netlink/
13
14obj ?= .
15