summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2021-08-26 05:27:31 -0700
committerLinux Build Service Account <lnxbuild@localhost>2021-08-26 05:27:31 -0700
commit44b561bcb13bda96009d178a536af345e3255cc8 (patch)
tree27769e5713a77928af7123e8f773563d66090e4a
parent5ccd9a757ddfc3af7cf0334b83e7258c5facd7e6 (diff)
parentd23bbc508323164a9ed3a4e43caa37daeb9a6bcb (diff)
Merge d23bbc508323164a9ed3a4e43caa37daeb9a6bcb on remote branch
Change-Id: I6d308c3c4fb3393b9b038052e12fe208ff7ae33f
-rw-r--r--bt-commonsys-intf-board.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/bt-commonsys-intf-board.mk b/bt-commonsys-intf-board.mk
index 87bc57e..89eb7d2 100644
--- a/bt-commonsys-intf-board.mk
+++ b/bt-commonsys-intf-board.mk
@@ -6,7 +6,11 @@ BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_QCOM := true
#FM
-ifneq ($(TARGET_BOARD_TYPE),auto)
+ifeq ($(TARGET_BOARD_TYPE),auto)
+BOARD_HAVE_QCOM_FM := false
+else ifeq ($(TARGET_BOARD_AUTO),true)
+BOARD_HAVE_QCOM_FM := false
+else
BOARD_HAVE_QCOM_FM := true
endif