[qca-nss-clients] Adding 4RD support to tunipip6
1. Provide create/destroy API.
2. Provide API to add/delete/flush FMR.
3. Added ttl/tos inherit support.
4. Added sysctl to add/delete/flush FMR.
Signed-off-by: Suman Ghosh <sumaghos@codeaurora.org>
Change-Id: I5b65fc43319d4006ac79beb2607230f76eef0081
diff --git a/tunipip6/Makefile b/tunipip6/Makefile
new file mode 100644
index 0000000..4c22939
--- /dev/null
+++ b/tunipip6/Makefile
@@ -0,0 +1,10 @@
+# Makefile for tunipip6 client
+ccflags-y += -I$(obj)/../exports -I$(obj)/..
+ccflags-y += -DNSS_CLIENT_BUILD_ID="$(BUILD_ID)"
+ccflags-y += -DNSS_TUNIPIP6_DEBUG_LEVEL=0
+ccflags-y += -Werror
+obj-m += qca-nss-tunipip6.o
+qca-nss-tunipip6-objs := nss_connmgr_tunipip6.o nss_connmgr_tunipip6_sysctl.o
+ifneq ($(findstring 4.4, $(KERNELVERSION)),)
+ccflags-y += -DDRAFT03_SUPPORT
+endif