qcacmn: hal and spectral kbuild changes for CFR

Adding hal support and including CFR libs in spectral's ko.
CRs-Fixed: 2372061

Change-Id: I7545c594fd2a004f9d34835414549bd51ff09e4f
此提交包含在:
Abhiram Jogadenu
2019-02-12 12:05:59 +05:30
提交者 nshrivas
父節點 c5de90ee5d
當前提交 d81f5b148d
共有 2 個檔案被更改,包括 8 行新增2 行删除

查看文件

@@ -185,6 +185,11 @@ ccflags-y+= -DWLAN_SA_API_ENABLE
INCS += -I$(obj)/$(DEPTH)/umac/sa_api/dispatcher/inc
endif
ifeq ($(QCA_CFR_SUPPORT), 1)
ccflags-y+= -DWLAN_CFR_ENABLE=1
INCS += -I$(obj)/$(DEPTH)/component_dev/umac/cfr/dispatcher/inc
endif
ifeq ($(strip ${QCA_DFS_COMPONENT_ENABLE}),1)
ccflags-y+= -DDFS_COMPONENT_ENABLE
endif