summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk1
-rw-r--r--Kbuild2
2 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c561aedebc..976634b454 100644
--- a/Android.mk
+++ b/Android.mk
@@ -50,6 +50,7 @@ endif # platform-sdk-version
KBUILD_OPTIONS := WLAN_ROOT=$(KERNEL_TO_BUILD_ROOT_OFFSET)$(WLAN_BLD_DIR)/qcacld-3.0
KBUILD_OPTIONS += WLAN_COMMON_ROOT=../qca-wifi-host-cmn
KBUILD_OPTIONS += WLAN_COMMON_INC=$(KERNEL_TO_BUILD_ROOT_OFFSET)$(WLAN_BLD_DIR)/qca-wifi-host-cmn
+KBUILD_OPTIONS += WLAN_FW_INC=$(KERNEL_TO_BUILD_ROOT_OFFSET)$(WLAN_BLD_DIR)/fw-api
# We are actually building wlan.ko here, as per the
# requirement we are specifying <chipset>_wlan.ko as LOCAL_MODULE.
diff --git a/Kbuild b/Kbuild
index 8b11b781a9..5b3dd5ac35 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1008,7 +1008,7 @@ ifeq ($(CONFIG_PLD_USB_CNSS), y)
PLD_OBJS += $(PLD_SRC_DIR)/pld_usb.o
endif
-TARGET_INC := -I$(WLAN_ROOT)/target/inc
+TARGET_INC := -I$(WLAN_ROOT)/../fw-api/fw
LINUX_INC := -Iinclude/linux