History log of /wlan-dirver/qcacld-3.0/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# e2e3e032 28-Mar-2022 Srikanth Marepalli <quic_srimarep@quicinc.com>

qcacld-3.0: Use WLAN_WEAR_CHIPSET to modify INI path

On Wear HL based target with keystone kernel, it generates
WLAN driver with name "qca_cld3_wlan.ko" based on macro
definition WLAN_WEAR_CHIPSET.

qcacld-3.0: Use WLAN_WEAR_CHIPSET to modify INI path

On Wear HL based target with keystone kernel, it generates
WLAN driver with name "qca_cld3_wlan.ko" based on macro
definition WLAN_WEAR_CHIPSET. But the driver was not loading
because of the old INI path and /dev path.
This commit modifies the INI path and /dev path based on
macro defined i.e. WLAN_WEAR_CHIPSET.

Change-Id: I6d457a3bb708de3175c40b0f2b3ba0ebde915838
CRs-Fixed: 3168115

show more ...


# 53dc3b7c 07-Feb-2022 Srikanth Marepalli <quic_srimarep@quicinc.com>

qcacld-3.0: Makefile change to generate driver name as qca_cld3_wlan

Currently, on Wear HL based target with keystone kernel, it
generates WLAN driver with name "wlan.ko". And to enable WIFI
every t

qcacld-3.0: Makefile change to generate driver name as qca_cld3_wlan

Currently, on Wear HL based target with keystone kernel, it
generates WLAN driver with name "wlan.ko". And to enable WIFI
every time it has to rename wlan.ko with qca_cld3_wlan.ko.
This commits generates the WLAN driver (WLAN_CHIPSET_wlan.ko)
based on Macro defined i.e. WLAN_CHIPSET else generate wlan.ko.

Change-Id: I9b278ba74052f1a333ed59d0b048d5a0611db076
CRs-Fixed: 3125247

show more ...


# 22505718 11-Jan-2021 Jeff Johnson <jjohnson@codeaurora.org>

qcacld-3.0: Makefile: Avoid overwriting KBUILD_OPTIONS

The new Android build infrastructure will invoke the Makefile
instead of invoking Kbuild. Update the Makefile logic to not
set KBUILD_OPTIONS i

qcacld-3.0: Makefile: Avoid overwriting KBUILD_OPTIONS

The new Android build infrastructure will invoke the Makefile
instead of invoking Kbuild. Update the Makefile logic to not
set KBUILD_OPTIONS if they are already set since this is an
indication that the Makefile is being invoked via Android.mk.

Change-Id: I0442d083be4a9e335d683ab864d5fa8a1f18ac4a
CRs-Fixed: 2852886

show more ...


# 99f4994c 07-Jun-2018 Nirav Shah <nnshah@codeaurora.org>

qcacld-3.0: Pass WLAN_ROOT value for make clean

Pass WLAN_ROOT value for make clean operation
on non-msm platforms.

Change-Id: Ib431143f7fdd6e220864fba77e79a40fc1347881
CRs-Fixed: 2255926


# b4f780f7 01-Feb-2018 Srinivas Girigowda <sgirigow@codeaurora.org>

qcacld-3.0: Allow out-of-tree build with relative path in M

The Make variable $(M) must point to the directory that contains the
module source code (which includes this Makefile). It can either be a

qcacld-3.0: Allow out-of-tree build with relative path in M

The Make variable $(M) must point to the directory that contains the
module source code (which includes this Makefile). It can either be an
absolute or a relative path. If it is a relative path, then it must be
relative to the kernel source directory (KERNEL_SRC). An absolute path
can be obtained very easily through $(shell pwd). Generating a path
relative to KERNEL_SRC is difficult and we accept some outside help by
letting the caller override the variable $(M). Allowing a relative path
for $(M) enables us to have the build system put output/object files
(.o, .ko.) into a directory different from the module source directory.

Change-Id: Ic5dbcaa4579e4b7fe8b01399e03293c3bd425d27
CRs-Fixed: 2182672

show more ...


# 2935d25d 06-May-2016 Mahesh Kumar Kalikot Veetil <mkalikot@codeaurora.org>

qcacld-3.0: accept module name externally

qcacld-2.0 to qcacld-3.0 propagation

If module name is provided externally, override the default
module name.

Change-Id: I985f230de601830d8f8c35f1600a09c4

qcacld-3.0: accept module name externally

qcacld-2.0 to qcacld-3.0 propagation

If module name is provided externally, override the default
module name.

Change-Id: I985f230de601830d8f8c35f1600a09c4ccede88f
CRs-Fixed: 999402

show more ...


# 7090c5fd 03-Nov-2015 Prakash Dhavali <pdhavali@codeaurora.org>

qcacld-3.0: Initial snapshot of ihelium wlan driver

qcacld-3.0: Initial snapshot of ihelium wlan driver
to match code-scanned SU Release 5.0.0.139. This is
open-source version of wlan for next Andro

qcacld-3.0: Initial snapshot of ihelium wlan driver

qcacld-3.0: Initial snapshot of ihelium wlan driver
to match code-scanned SU Release 5.0.0.139. This is
open-source version of wlan for next Android release.

Change-Id: Icf598ca97da74f84bea607e4e902d1889806f507

show more ...