|
@@ -1275,8 +1275,10 @@ $(call add-wlan-objs,umac_ifmgr,$(UMAC_INTERFACE_MGR_OBJS))
|
|
|
|
|
|
###### UMAC MLO_MGR ########
|
|
|
UMAC_MLO_MGR_CMN_DIR := $(WLAN_COMMON_ROOT)/umac/mlo_mgr
|
|
|
+MLO_MGR_TARGET_IF_DIR := $(WLAN_COMMON_ROOT)/target_if/mlo_mgr
|
|
|
|
|
|
UMAC_MLO_MGR_INC := -I$(WLAN_COMMON_INC)/umac/mlo_mgr/inc \
|
|
|
+ -I$(WLAN_COMMON_INC)/target_if/mlo_mgr/inc
|
|
|
|
|
|
ifeq ($(CONFIG_WLAN_FEATURE_11BE_MLO), y)
|
|
|
UMAC_MLO_MGR_OBJS := $(UMAC_MLO_MGR_CMN_DIR)/src/wlan_mlo_mgr_main.o \
|
|
@@ -1288,7 +1290,8 @@ UMAC_MLO_MGR_OBJS := $(UMAC_MLO_MGR_CMN_DIR)/src/wlan_mlo_mgr_main.o \
|
|
|
$(UMAC_MLO_MGR_CMN_DIR)/src/wlan_mlo_mgr_aid.o \
|
|
|
$(UMAC_MLO_MGR_CMN_DIR)/src/wlan_mlo_mgr_peer.o \
|
|
|
$(UMAC_MLO_MGR_CMN_DIR)/src/wlan_mlo_mgr_msgq.o \
|
|
|
- $(UMAC_MLO_MGR_CMN_DIR)/src/wlan_mlo_mgr_primary_umac.o
|
|
|
+ $(UMAC_MLO_MGR_CMN_DIR)/src/wlan_mlo_mgr_primary_umac.o \
|
|
|
+ $(MLO_MGR_TARGET_IF_DIR)/src/target_if_mlo_mgr.o
|
|
|
|
|
|
$(call add-wlan-objs,umac_mlomgr,$(UMAC_MLO_MGR_OBJS))
|
|
|
endif
|