Lines Matching refs:word
14 define match-word
29 define find-word-in-list
46 define match-word-in-list
49 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
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),\
173 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \
189 match-word-in-list,\