summaryrefslogtreecommitdiffstats
path: root/build/core/definitions.mk
blob: c2c157c8e6016545f159807cf5bf9342af762940 (plain)
1
2
3
4
5
6
#
# CM-specific macros
#
define uniq
$(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))
endef