浏览代码

qcacmn: Add include path for common queue.h file

Two copies of the same queue.h was used in WIN and MCL
and each had its own copy, so the file is now moved to
common code and and both WIN/MCL can use the same file.

Updated the Kbuild to include the new path where queue.h is
available

Change-Id: I9f362173c7ae05d1613629787a5f3be61879efbe
CRs-Fixed: 2545115
Vivek 5 年之前
父节点
当前提交
72924111f9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      qdf/Kbuild

+ 1 - 0
qdf/Kbuild

@@ -17,6 +17,7 @@ INCS += -Inbuf/linux -Inet/linux -Ios/linux
 INCS += -I$(WLAN_TOP)/../../include
 INCS += -I$(WLAN_TOP)/cmn_dev/qdf/inc
 INCS += -I$(WLAN_TOP)/cmn_dev/qal/inc
+INCS += -I$(WLAN_TOP)/cmn_dev/utils/sys
 INCS += -I$(WLAN_TOP)/component_dev/qal/inc
 INCS += -I$(WLAN_TOP)/cmn_dev/qal/linux/src
 INCS += -I$(WLAN_TOP)/cmn_dev/qdf/linux/src