* The macros used in the file formerly called "qcom_utils.mk" are actually generic and not QCOM-specific. Move the QCOM_BOARD definitions to a QCOM-specific location, and name the remaning macros something more generic. Change-Id: I6747bc9201e56b456caf251122057d7dbc233f1c
13 lines
280 B
Makefile
13 lines
280 B
Makefile
#
|
|
# Lineage-specific macros
|
|
#
|
|
define uniq
|
|
$(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))
|
|
endef
|
|
|
|
# Include board/platform macros
|
|
include vendor/lineage/build/core/utils.mk
|
|
|
|
# Include vendor platform definitions
|
|
include vendor/lineage/build/core/vendor/*.mk
|