Lines Matching refs:src
85 TARGET-process-src-files-tags = \
86 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
87 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
88 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
89 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
90 $(call set-src-files-target-cflags, \
93 $(call set-src-files-target-cflags,\
96 $(call set-src-files-target-cflags,\
99 $(call set-src-files-target-cflags,\
102 $(call set-src-files-target-cflags,\
105 $(call add-src-files-target-cflags,\
106 $(call get-src-files-with-tag,neon),\
108 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
109 $(call set-src-files-text,$(__thumb_sources),thumb)