diff options
author | Himanshu Agrawal <hagraw@codeaurora.org> | 2019-12-27 16:03:25 +0530 |
---|---|---|
committer | Bhuvan Varshney <bvarshne@codeaurora.org> | 2019-12-30 11:21:38 +0530 |
commit | b7a2f54888c400dba185a089aace195b27ba4ad1 (patch) | |
tree | b646e851cff0a91674981119638a2c48d12dfa7c | |
parent | 3baacac81c697cf3a89d1fdbb07a0165ad50abc8 (diff) |
NFC: Enable NFC solution on QCS605 target
Added target entry in the board platform list
to enable NFC modules build on QCS605 target.
Change-Id: I838cb8a26fa2124f676e920a6c46f6a3a6921e0f
-rw-r--r-- | nfc_vendor_product.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfc_vendor_product.mk b/nfc_vendor_product.mk index 923b9a1..52be57d 100644 --- a/nfc_vendor_product.mk +++ b/nfc_vendor_product.mk @@ -1,5 +1,5 @@ # Enable build support for NFC open source vendor modules -ifeq ($(call is-board-platform-in-list, sdm845 sdm710),true) +ifeq ($(call is-board-platform-in-list, sdm845 sdm710 qcs605),true) TARGET_USES_NQ_NFC := true endif |