Lines Matching refs:call
93 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
94 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
95 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
96 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
97 $(call set-src-files-target-cflags, \
98 $(call set_intersection,$(__arm_sources),$(__debug_sources)), \
100 $(call set-src-files-target-cflags,\
101 $(call set_intersection,$(__arm_sources),$(__release_sources)),\
103 $(call set-src-files-target-cflags,\
104 $(call set_intersection,$(__arm_sources),$(__debug_sources)),\
106 $(call set-src-files-target-cflags,\
107 $(call set_intersection,$(__thumb_sources),$(__release_sources)),\
109 $(call set-src-files-target-cflags,\
110 $(call set_intersection,$(__thumb_sources),$(__debug_sources)),\
112 $(call add-src-files-target-cflags,\
113 $(call get-src-files-with-tag,neon),\
115 $(call set-src-files-text,$(__arm_sources),arm) \
116 $(call set-src-files-text,$(__thumb_sources),thumb)