Lines Matching refs:src
84 TARGET-process-src-files-tags = \
85 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
86 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
87 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
88 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
89 $(call set-src-files-target-cflags, \
92 $(call set-src-files-target-cflags,\
95 $(call set-src-files-target-cflags,\
98 $(call set-src-files-target-cflags,\
101 $(call set-src-files-target-cflags,\
104 $(call add-src-files-target-cflags,\
105 $(call get-src-files-with-tag,neon),\
107 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
108 $(call set-src-files-text,$(__thumb_sources),thumb)