diff options
| author | Yun Park <yunp@qca.qualcomm.com> | 2016-03-03 15:15:17 -0800 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-04-07 15:51:39 +0530 |
| commit | f33ca685890764d6d2b83dbd433104ab8bcbc4fc (patch) | |
| tree | fcf640aa6fcfd5fc77822e4f6122a27d5ada93a9 | |
| parent | 49e8266f7004a1796387efb3b87898a02bcd8967 (diff) | |
qcacld-2.0: accept module name externally
If module name is provided externally, override the default
module name
Change-Id: I985f230de601830d8f8c35f1600a09c4ccede88f
CRs-Fixed: 999402
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build KBUILD_OPTIONS := WLAN_ROOT=$(PWD) -KBUILD_OPTIONS += MODNAME=wlan +KBUILD_OPTIONS += MODNAME?=wlan # Determine if the driver license is Open source or proprietary # This is determined under the assumption that LICENSE doesn't change. |
