Browse Source

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 years ago
parent
commit
72924111f9
1 changed files with 1 additions and 0 deletions
  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