net: cnss: add config flag for cnss common compilation
The cnss common kernel module export symbol to WLAN host driver for ROME based wlan module. Add kernel config flag CONFIG_CNSS to make this module compilation only for ROME based target. Change-Id: Ia352f0b561f3ec5a53f0d48fd849e43caf4e44a2 Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
This commit is contained in:
parent
78df37581d
commit
3f16a65803
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
obj-$(CONFIG_CNSS_PCI) += cnss_pci.o
|
||||
obj-$(CONFIG_CNSS_SDIO) += cnss_sdio.o
|
||||
obj-y += cnss_common.o
|
||||
obj-$(CONFIG_CNSS) += cnss_common.o
|
||||
|
|
Loading…
Add table
Reference in a new issue