summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Gynther <pgynther@google.com>2019-08-06 11:41:52 -0700
committerPetri Gynther <pgynther@google.com>2019-08-06 12:08:11 -0700
commit222762d44dc8c5425fadd516f4c37ef16b9b35ba (patch)
tree4302da6288e41a3607a6ab3f59124f8cf6b5b5a8
parentd4e6dec7354f48f26a897631ade11e4071694839 (diff)
downloadqcacld-222762d44dc8c5425fadd516f4c37ef16b9b35ba.tar.gz
WiFi: Disable the configuration for BUILD_TAG
BUILD_TAG is enabled by default. This causes the following git error to be seen during Pixel 3/3a WiFi module build: fatal: ambiguous argument '~..HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' Disable BUILD_TAG for Pixel 3/3a WiFi, just like has been done for C2F2 WiFi. Hand-ported from commit b6328e584e25 ("Wifi: Disable the configuration for BUILD_TAG") Test: Build Pixel 3/3a WiFi module without errors Change-Id: Iff3c7eb4ca4adf3b83a99af79b0ee9c8034d159c Signed-off-by: Petri Gynther <pgynther@google.com>
-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