qcacld-3.0: Add wlan_rome_debug.o to Kbuild

New files are added to qca-wifi-host-cmn project for roam debug
infrastructure. Add the corresponding entry to Kbuild for compilation
of utils/logging/src/wlan_roam_debug.o.

CRs-Fixed: 2135189
Change-Id: I50a3ed760b454ce0de59caec6af7c0b86c556e3e
diff --git a/Kbuild b/Kbuild
index 4a1a8eb..57ad3d1 100644
--- a/Kbuild
+++ b/Kbuild
@@ -756,8 +756,8 @@
 WLAN_LOGGING_SRC_DIR :=	$(WLAN_LOGGING_DIR)/src
 
 WLAN_LOGGING_INC     := -I$(WLAN_ROOT)/$(WLAN_LOGGING_INC_DIR)
-WLAN_LOGGING_OBJS    := $(WLAN_LOGGING_SRC_DIR)/wlan_logging_sock_svc.o
-
+WLAN_LOGGING_OBJS    := $(WLAN_LOGGING_SRC_DIR)/wlan_logging_sock_svc.o \
+		$(WLAN_LOGGING_SRC_DIR)/wlan_roam_debug.o
 ############ SYS ############
 SYS_DIR :=	core/mac/src/sys