blob: c79821fc7df3b8f9feb3d210d51f8a61c5c17db6 [file] [log] [blame]
#
# Leaf-specific macros
#
define uniq
$(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))
endef
# Include board/platform macros
include vendor/leaf/build/core/utils.mk