Lines Matching refs:word
16 define match-word
31 define find-word-in-list
48 define match-word-in-list
51 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
70 $(if $(call match-word-in-list,$(1),$(text)),true,) \
87 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM))
93 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true)
99 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1))
106 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\
175 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \
191 match-word-in-list,\