summaryrefslogtreecommitdiff
path: root/Android.mk (follow)
Commit message (Collapse)AuthorAge
* Makefile changes for building CLD wlan SDIO driver.Leo Chang2014-04-19
| | | | | | This allows the build of Wlan with SDIO driver. Change-Id: I4c23c9bd0c5583f7a0625fe81e77bbe796ad093e
* wlan: Update SMD and SMSM header includes (revised)Jeff Johnson2014-04-11
| | | | | | | | | | | | | | | Commit "wlan: Update SMD and SMSM header includes" added a mechanism to determine which SMD and SMSM include files are present in the kernel. This change utilized modifications to both Android.mk and Kbuild to make this determination. This works fine when the wlan driver is being built as part of an Android build (and hence Android.mk and Kbuild are both used), but this does not work when the wlan driver is being built as part of a kernel build (and hence Kbuild alone is used), such as with Nexus products. Remove the logic that was added to Android.mk, and instead add equivalent logic to Kbuild. Change-Id: I84915b26d1b4ed0b5e1342c38f600132375d78b0 CRs-fixed: 640743
* wlan: Update SMD and SMSM header includesJeff Johnson2014-04-11
| | | | | | | | | | | | | | The SMD and SMSM kernel header files are being relocated and renamed. Update the WLAN build logic to determine which flavor of include files are present, and update the WLAN driver to include the appropriate files. Note that this is an interim change. Once the kernel header file changes have been deployed, the WLAN driver will again be modified to only use the new header files. Change-Id: I78c7ec6b6dba1232579730e590d9c725370c6d22 CRs-fixed: 640743
* qcacld: Add function of updating macaddress from wlan_mac.binYuanyuan Liu2014-02-07
| | | | | | | | | | In FTM mode, user defined macaddresses might be provided. The new macaddress will be written into /persist/wlan_mac.bin. Add function of updating macaddress from wlan_mac.bin. Overwrite default ini macaddress if wlan_mac.bin exist. Change-Id: I78ab0104fc5cae456c8fd8dc3df2029cdecf7214 CRs-Fixed: 605901
* qcacld: Define open source flag based on licensePrashanth Bhatta2014-02-07
| | | | | | | | | | | Kbuild file enables WLAN_OPEN_SOURCE flag based on the directory path but this doesn't work for all the platform as path may be different. This change passes the WLAN_OPEN_SOURCE flag from Android.mk or Makefile. Makefile determines whether the driver is open source or proprietary and accordingly WLAN_OPEN_SOURCE is set to 1 or 0. Change-Id: Id0149f71ceb3e94bd1a67868565cd3b8151bdd7d
* qcacld: enable mpq8092 compilationKomal Seelam2014-01-26
| | | | | | Enable mpq8092 compilation Change-Id: I12ca0de33f2da67be6204a6bf368041196e10b5a
* Release 4.0.0.68DPrakash Dhavali2014-01-16
| | | | Fix syntax issue caused by verbosity in android.mk
* Copy latest .dat, ini files as requested by defaultPrakash Dhavali2014-01-15
| | | | Change-Id: I249c57a984562119001eaaf7e2def39e4c4992b6
* Release 4.0.0.68C. Corrected driver name to opensource namePrakash Dhavali2014-01-12
| | | | Release 4.0.0.68C. Corrected driver name to opensource name
* Disable non apq8084 platform builds on this projectPrakash Dhavali2014-01-11
| | | | | Disable non apq8084 platform builds on this project as they are not compatible.
* Release 4.0.0.68Prakash Dhavali2014-01-08
| | | | | Release 4.0.0.68 to override previous 4.0.0.62B as this includes switch from internal dev branch of qcacld-2.0 to qcacld-new
* Release 4.0.0.62A.Prakash Dhavali2013-12-28
| | | | Correct module name and tag to match previous opensrc copy
* Release 4.0.0.62Prakash Dhavali2013-12-27
| | | | Release 4.0.0.62. Switch over from qcacld-2.0 to qcacld-new internally
* wlan: Fix makefile to support new Android platformsSameer Thalappil2013-11-14
| | | | | | Make changes to the WLAN makefile to support new Android platforms. Change-Id: I33c2bdafd5bcb41d87784f5a4d065d36e5c44ef3
* Revert "wlan: Disable CLD on mainline"Sameer Thalappil2013-11-06
| | | | | | | PCIe dependancies are resolved, and open source driver is the mainline driver now. This reverts commit aec0b888a8925a71f13b036d982088dfc855843c.
* wlan: Disable CLD on mainlineSameer Thalappil2013-10-24
| | | | | | | CLD driver does not build on mainline because of PCIe dependencies, disable the build temporarily to allow changes to go thru mainline Change-Id: If1b2a903ff9d2fe4b372c8f9c1c0cd6ba8c3fdfe
* wlan: update project discrimination in Android.mkJeff Johnson2013-10-01
| | | | | | | | | | | | | The prima and qcacld-2.0 projects both use the WLAN_CHIPSET variable to keep track of whether or not the given project is supported on a given platform. The problem is that both of these assume WLAN_CHIPSET is initially empty, but that is not always the case. When both are included in an Android build, the value may be set by one of the projects, and that value will be inherited by the other project. To prevent this explicitly clear the WLAN_CHIPSET variable in both projects. Change-Id: I138efff35a1d82e5e13e43b603df350b092d4fb5
* Fix Android.mk and remove occurrences ofMadan Mohan Koyyalamudi2013-10-01
| | | | | the word proprietary in the module name. Remove the 8960 and 8974 targets as well.
* cld: Initial push of cld to opensource Code Aurora ForumMadan Mohan Koyyalamudi2013-09-28
Initial push of cld to opensource Code Aaurora Forum