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