Yocto module.bbclass calls 'make modules' from wlan platform
root dir to compile external modules, it gets the error
"make: *** No rule to make target 'modules'. Stop."
Update Makefile to support make target 'modules'.
Change-Id: I5b20d71eeedb5dac987d42768d609b32bace1b79
CRs-Fixed: 3401306
cnss driver is supposed to be supported across platforms regardless of
CONFIG_PCI_MSM. Hence using CONFIG_PCI_MSM to decide if cnss2 needs to
be compiled is not correct.
This reverts Change-Id: I9ab82aeca945d29d3608e65ecbe69902f8a5b47b.
Change-Id: I1ab90e80694b0e45270f6b47666781d784f8ab76
CRs-Fixed: 3405347
Currently CNSS2 is getting compiled by default and it depends
on MHI & PCIE driver code and in Atherton_target MHI & PCIE
code is not enabled.
To avoid CNSS2 driver compilation, add CONFIG_PCI_MSM check
in Makefile.
Change-Id: I9ab82aeca945d29d3608e65ecbe69902f8a5b47b
CRs-Fixed: 3356064
Call collect_driver_dump() driver ops to add the data from the buffer
for the four log types.
Change-Id: Ic06d4520de6f87202d1c3ce24362d61002b85f61
CRs-Fixed: 3352310
Bring ICNSS family drivers from msm-5.10 kernel as of commit
'cb298739ee51 ("icnss2: Download bdf file for helium targets")'
to WLAN platform project.
Updated wlan_firmware_service files and makefiles to support
ICNSS2 compilation.
Change-Id: I02cf792b61772f07ac0607be7bb6b3bfda7815e4
Add default Makefile and Kbuild so that CNSS family drivers can be
built directly as kernel modules.
Change-Id: I36636613220a4859b07c0069d83f3d62d39bbec2