blob: ed95bc25adb23c09015f3f6bea976e7b78cb7ccc [file] [log] [blame]
# Makefile for the clients using the NSS driver
ccflags-y := -I$(obj) -I$(obj)/..
# Profiler
obj-y+= profiler/
#IPsec manager
obj-m += qca-nss-ipsecmgr.o
qca-nss-ipsecmgr-objs := nss_ipsecmgr.o
ccflags-y += -DNSS_IPSECMGR_DEBUG_LEVEL=3
#NSS NETLINK
obj-y+= netlink/
obj ?= .