replicant-vendor_replicant/build/core/definitions.mk

7 lines
114 B
Makefile

#
# CM-specific macros
#
define uniq
$(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))
endef