[qca-nss-clients] Add exception/debug statistics support to tunipip6

Signed-off-by: Suman Ghosh <sumaghos@codeaurora.org>
Change-Id: Ic91bded0e203ad6ad4f3733959832046d8e49969
diff --git a/tunipip6/Makefile b/tunipip6/Makefile
index 4c22939..1500a9d 100644
--- a/tunipip6/Makefile
+++ b/tunipip6/Makefile
@@ -4,7 +4,7 @@
 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
+qca-nss-tunipip6-objs := nss_connmgr_tunipip6.o nss_connmgr_tunipip6_sysctl.o nss_connmgr_tunipip6_stats.o
 ifneq ($(findstring 4.4, $(KERNELVERSION)),)
 ccflags-y += -DDRAFT03_SUPPORT
 endif