qcacld-3.0: Prepend kernel includes with "kernel/"

To avoid include conflicts, prepend all kernel includes with "kernel/"

Change-Id: I8a3f037c4abf07b129875b919225825701dc1046
CRs-Fixed: 2094774
This commit is contained in:
Dustin Brown
2017-08-17 15:44:34 -07:00
committato da snandini
parent c3beac6cfa
commit 0bec9a9259
11 ha cambiato i file con 12 aggiunte e 13 eliminazioni

2
Kbuild
Vedi File

@@ -1431,7 +1431,7 @@ endif
TARGET_INC := -I$(WLAN_ROOT)/../fw-api/hw/qca6290/v2 \
-I$(WLAN_ROOT)/../fw-api/fw
LINUX_INC := -Iinclude/linux
LINUX_INC := -Iinclude
INCS := $(HDD_INC) \
$(EPPING_INC) \