blob: 0ff299466173671c92844dcc4691defa92bae933 [file] [log] [blame]
# Makefile for the clients using the NSS driver
ccflags-y := -I$(obj) -I$(obj)/..
export SoC = fsm9010
export BUILD_ID = \"Build Id: $(shell date +'%m/%d/%y, %H:%M:%S')\"
ccflags-y += -DNSS_CLIENT_BUILD_ID="$(BUILD_ID)"
# Profiler
obj-y+= profiler/
#IPsec manager
obj-y+= ipsecmgr/
#NSS NETLINK
obj-y+= netlink/
obj ?= .