Lines Matching refs:src
116 TARGET-process-src-files-tags = \
117 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
118 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
119 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
120 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
121 $(call set-src-files-target-cflags, \
124 $(call set-src-files-target-cflags,\
127 $(call set-src-files-target-cflags,\
130 $(call set-src-files-target-cflags,\
133 $(call set-src-files-target-cflags,\
136 $(call add-src-files-target-cflags,\
137 $(call get-src-files-with-tag,neon),\
139 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
140 $(call set-src-files-text,$(__thumb_sources),thumb)