Lines Matching refs:src
78 TARGET-process-src-files-tags = \
79 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
80 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
81 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
82 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
83 $(call set-src-files-target-cflags, \
86 $(call set-src-files-target-cflags,\
89 $(call set-src-files-target-cflags,\
92 $(call set-src-files-target-cflags,\
95 $(call set-src-files-target-cflags,\
98 $(call add-src-files-target-cflags,\
99 $(call get-src-files-with-tag,neon),\
101 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
102 $(call set-src-files-text,$(__thumb_sources),thumb)