android_kernel_xiaomi_sm8350/drivers/net/wireless/cnss2/Makefile
Naman Padhiar 05a4d86580 icnss2: Setup DMS QMI client for WLAN MAC address
WLAN MAC address can be provisioned using NV memory based setup.
DMS QMI server connection is required to retrieve this MAC address.
Thus setup DMS QMI client in icnss platform driver and send this
MAC address for WLAN FW before mission mode enable.
1. Move DMS QMI files to cnss_util from cnss2.
2. Read "use-nv-mac" property from DT node to decide whether
   reding MAC address from NV memory is mandatory or not.
   If mandatory wait for DMS QMI server to read MAC address.
   If not mandatory read MAC address if DMS server is available
   otherwise continue.

Change-Id: Iddc5a7180c9eea2a8a9507f08b1b383bc095f2bc
Signed-off-by: Naman Padhiar <npadhiar@codeaurora.org>
2021-04-06 03:19:03 -07:00

13 lines
347 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CNSS2) += cnss2.o
ccflags-y += -I$(srctree)/drivers/net/wireless/cnss_utils/
cnss2-y := main.o
cnss2-y += bus.o
cnss2-y += debug.o
cnss2-y += pci.o
cnss2-y += power.o
cnss2-y += genl.o
cnss2-$(CONFIG_CNSS2_QMI) += qmi.o coexistence_service_v01.o ip_multimedia_subsystem_private_service_v01.o