Lines Matching refs:match
14 define match-word
46 define match-word-in-list
49 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
64 define match-prefix
68 $(if $(call match-word-in-list,$(1),$(text)),true,) \
85 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM))
91 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true)
97 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1))
104 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\
116 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM))
134 $(call match-prefix,$(1),$(delim_a),$(TARGET_BOARD_PLATFORM)), \
135 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM)), \
173 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \
189 match-word-in-list,\