Browse Source

qcacld-3.0: Add include path for file target_if_pub.h

New added header file target_if_pub.h is introduced due
to remove void usage for objmgr module, add include path
for this header file to compile.

Change-Id: I4f79e6d3213941b86fbadd42934cd355bcd0a511
CRs-Fixed: 2488101
hqu 5 years ago
parent
commit
2aeaa676b5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Kbuild

+ 2 - 1
Kbuild

@@ -1106,7 +1106,8 @@ TARGET_IF_INC := -I$(WLAN_COMMON_INC)/target_if/core/inc \
 		 -I$(WLAN_COMMON_INC)/target_if/core/src \
 		 -I$(WLAN_COMMON_INC)/target_if/init_deinit/inc \
 		 -I$(WLAN_COMMON_INC)/target_if/regulatory/inc \
-		 -I$(WLAN_COMMON_INC)/target_if/mlme/vdev_mgr/inc
+		 -I$(WLAN_COMMON_INC)/target_if/mlme/vdev_mgr/inc \
+		 -I$(WLAN_COMMON_INC)/target_if/dispatcher/inc
 
 TARGET_IF_OBJ := $(TARGET_IF_DIR)/core/src/target_if_main.o \
 		$(TARGET_IF_DIR)/regulatory/src/target_if_reg.o \