Makefile: Set WLAN_PLATFORM_ROOT

Change-Id: Ic7a765558131d255daa6f6eb97822fc2c1e08212
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
chandu078 2024-04-16 20:15:44 +05:30 committed by David Wronek
parent 813a57a404
commit e203b1ed6a

View File

@ -14,6 +14,7 @@ M ?= $(shell pwd)
ifeq ($(WLAN_ROOT),)
KBUILD_OPTIONS += \
WLAN_ROOT=$(KERNEL_SRC)/$(M)/.kiwi_v2 \
WLAN_PLATFORM_ROOT=vendor/qcom/opensource/wlan/platform \
WLAN_COMMON_ROOT=cmn \
WLAN_COMMON_INC=$(KERNEL_SRC)/$(M)/cmn \
WLAN_FW_API=$(KERNEL_SRC)/$(M)/../fw-api \