wlan: qcacld-3.0: Fix inline builds

Change-Id: Ic885539651b0fd36c05284c443f848fe4a192826
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
Bruno Martins 2023-05-29 15:38:42 +01:00 committed by David Wronek
parent dee4a5b648
commit bd4b00744c
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@
#ifndef _WLAN_OSIF_FEATURES_H_
#define _WLAN_OSIF_FEATURES_H_
#define __ANDROID_COMMON_KERNEL__
#include <linux/version.h>
/*

View File

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