Add MTRACE logging in SME module

In the current host driver MTRACE logging mechanism is present
only in PE module.Add support in SME module.

Change-Id: Id54cb05c461a997b8aa5502bb9de6e6ad80af30a
CRs-fixed: 418849
diff --git a/Kbuild b/Kbuild
index 765fa1f..2f4e941 100644
--- a/Kbuild
+++ b/Kbuild
@@ -288,7 +288,8 @@
 SME_QOS_OBJS := $(SME_SRC_DIR)/QoS/sme_Qos.o
 
 SME_CMN_OBJS := $(SME_SRC_DIR)/sme_common/sme_Api.o \
-		$(SME_SRC_DIR)/sme_common/sme_FTApi.o
+		$(SME_SRC_DIR)/sme_common/sme_FTApi.o \
+		$(SME_SRC_DIR)/sme_common/sme_Trace.o
 
 SME_BTC_OBJS := $(SME_SRC_DIR)/btc/btcApi.o
 
@@ -551,6 +552,7 @@
 CDEFINES +=	-DWLAN_DEBUG \
 		-DTRACE_RECORD \
 		-DLIM_TRACE_RECORD \
+		-DSME_TRACE_RECORD \
 		-DPE_DEBUG_LOGW \
 		-DPE_DEBUG_LOGE \
 		-DDEBUG