Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 012cc275 authored by Dan Pasanen's avatar Dan Pasanen Committed by Ethan Chen
Browse files

qcom_utils: allow overriding get-vendor-board-platforms

* Some devices need this function to return something, yet also do not
  set BOARD_USES_QCOM_HARDWARE. Allow them to override this.

Change-Id: I3cf78da39b006ba805ae35fde7379357faa10250
parent e77b6a2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -118,11 +118,13 @@ endef
# The following utilities are meant for board platform specific
# featurisation

ifndef get-vendor-board-platforms
# $(call get-vendor-board-platforms,v)
# returns list of board platforms for vendor v
define get-vendor-board-platforms
$(if $(call match-word,$(BOARD_USES_$(1)_HARDWARE),true),$($(1)_BOARD_PLATFORMS))
endef
endif # get-vendor-board-platforms

# $(call is-board-platform,bp)
# returns true or empty