blob: 5f3a8e0fcc2a18c2ee04e5e1e9dd47c506313a39 [file] [log] [blame]
Suman Ghoshfd3680d2020-04-21 15:37:05 +05301# Makefile for tunipip6 client
2ccflags-y += -I$(obj)/../exports -I$(obj)/..
3ccflags-y += -DNSS_CLIENT_BUILD_ID="$(BUILD_ID)"
4ccflags-y += -DNSS_TUNIPIP6_DEBUG_LEVEL=0
Murat Sezginfe411342021-03-17 11:38:31 -07005ccflags-y += -Wall -Werror
Suman Ghoshfd3680d2020-04-21 15:37:05 +05306obj-m += qca-nss-tunipip6.o
Suman Ghoshf8651f22020-07-24 01:02:17 +05307qca-nss-tunipip6-objs := nss_connmgr_tunipip6.o nss_connmgr_tunipip6_sysctl.o nss_connmgr_tunipip6_stats.o
Suman Ghoshfd3680d2020-04-21 15:37:05 +05308ifneq ($(findstring 4.4, $(KERNELVERSION)),)
9ccflags-y += -DDRAFT03_SUPPORT
10endif