summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index 1132911894..ff6de7d687 100644
--- a/Kbuild
+++ b/Kbuild
@@ -38,6 +38,10 @@ endif
WLAN_OPEN_SOURCE := 1
ifeq ($(KERNEL_BUILD), 0)
+ # Disable BUILD_TAG
+ WLAN_DISABLE_BUILD_TAG := y
+ CONFIG_BUILD_TAG := n
+
# These are configurable via Kconfig for kernel-based builds
# Need to explicitly configure for Android-based builds