* TODO: Rebrand cmsdk when it's in a working state Change-Id: I0d8d573f9e0032110ae3a0f54ebe11a877b83137
7 lines
119 B
Makefile
7 lines
119 B
Makefile
#
|
|
# Lineage-specific macros
|
|
#
|
|
define uniq
|
|
$(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))
|
|
endef
|