Lines Matching refs:src
131 TARGET-process-src-files-tags = \
132 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
133 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
134 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
135 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
136 $(call set-src-files-target-cflags, \
139 $(call set-src-files-target-cflags,\
142 $(call set-src-files-target-cflags,\
145 $(call set-src-files-target-cflags,\
148 $(call set-src-files-target-cflags,\
151 $(call add-src-files-target-cflags,\
152 $(call get-src-files-with-tag,neon),\
154 $(call set-src-files-text,$(__arm_sources),arm) \
155 $(call set-src-files-text,$(__thumb_sources),thumb)