diff options
author | Tapas Dey <tdey@codeaurora.org> | 2020-09-25 16:14:27 +0530 |
---|---|---|
committer | Tapas Dey <tdey@codeaurora.org> | 2020-09-25 16:14:27 +0530 |
commit | 2655707f613a157132d41421d8057d693f3974c5 (patch) | |
tree | 83a2b78089344c96d4e3f0459462741e7ddceed3 | |
parent | aeba8ac2dac6c1f47153fbf9f920acfc3c5e36d0 (diff) |
NFC: Enable NFC solution on Starlord
Add target entry in the board platform list
to enable NFC modules build on Starlord.
Change-Id: Ie5e4b60aa56d4bfc57c6ea8d3e6672d5407b749c
-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 e4197f3..1fd0da0 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 qcs605),true) +ifeq ($(call is-board-platform-in-list, sdm845 sdm710 qcs605 sdm660),true) TARGET_USES_NQ_NFC := true endif |