blob: 4c22939b8496c85bf962823db8cd7db430c0a404 [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
5ccflags-y += -Werror
6obj-m += qca-nss-tunipip6.o
7qca-nss-tunipip6-objs := nss_connmgr_tunipip6.o nss_connmgr_tunipip6_sysctl.o
8ifneq ($(findstring 4.4, $(KERNELVERSION)),)
9ccflags-y += -DDRAFT03_SUPPORT
10endif