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
This commit is contained in:
hqu
2019-07-11 17:37:03 +08:00
committed by nshrivas
szülő ed6cf2995a
commit 2aeaa676b5

3
Kbuild
Fájl megtekintése

@@ -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 \