
git-subtree-dir: qcom/opensource/wlan/platform git-subtree-mainline:c74a556fc1
git-subtree-split:54afb87acc
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/platform tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
19 righe
421 B
Makefile
19 righe
421 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ccflags-y += -Wmissing-prototypes
|
|
|
|
ifeq ($(CONFIG_CNSS_OUT_OF_TREE),y)
|
|
ccflags-y += -I$(WLAN_PLATFORM_ROOT)/cnss_utils
|
|
ccflags-y += -I$(WLAN_PLATFORM_ROOT)/inc
|
|
else
|
|
ccflags-y += -I$(srctree)/drivers/net/wireless/cnss_utils/
|
|
endif
|
|
|
|
obj-$(CONFIG_ICNSS2) += icnss2.o
|
|
|
|
icnss2-y := main.o
|
|
icnss2-y += debug.o
|
|
icnss2-y += power.o
|
|
icnss2-y += genl.o
|
|
icnss2-$(CONFIG_ICNSS2_QMI) += qmi.o
|