summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYun Park <yunp@qca.qualcomm.com>2016-03-03 15:15:17 -0800
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-04-07 15:51:39 +0530
commitf33ca685890764d6d2b83dbd433104ab8bcbc4fc (patch)
treefcf640aa6fcfd5fc77822e4f6122a27d5ada93a9
parent49e8266f7004a1796387efb3b87898a02bcd8967 (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c05b00f26c57..f78d774f595d 100644
--- a/Makefile
+++ b/Makefile
@@ -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.