[qca-nss-drv] Enhanced logging

Logging is enhanced to pretty print the message type,
response codes, error codes and message contents.

Change-Id: I36dd6119586bd35843389606b4c43d7a95b0f819
Signed-off-by: Suruchi Agarwal <suruchia@codeaurora.org>
diff --git a/Makefile.fsm b/Makefile.fsm
index e4dbd9f..0068b92 100644
--- a/Makefile.fsm
+++ b/Makefile.fsm
@@ -21,8 +21,10 @@
 			nss_init.o \
 			nss_ipsec.o \
 			nss_ipv4.o \
+			nss_ipv4_log.o \
 			nss_ipv4_reasm.o \
 			nss_ipv6.o \
+			nss_ipv6_log.o \
 			nss_ipv6_reasm.o \
 			nss_lag.o \
 			nss_phys_if.o \