Merge "power: Adding platform check for trinket" into power.lnx.2.0

This commit is contained in:
Linux Build Service Account
2019-11-15 01:10:08 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,4 +1,4 @@
ifeq ($(call is-board-platform-in-list,trinket), true)
ifeq ($(TARGET_BOARD_PLATFORM),trinket)
TARGET_USES_NON_LEGACY_POWERHAL := false
else
TARGET_USES_NON_LEGACY_POWERHAL := true