Lines Matching refs:src
92 TARGET-process-src-files-tags = \
93 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
94 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
95 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
96 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
97 $(call set-src-files-target-cflags, \
100 $(call set-src-files-target-cflags,\
103 $(call set-src-files-target-cflags,\
106 $(call set-src-files-target-cflags,\
109 $(call set-src-files-target-cflags,\
112 $(call add-src-files-target-cflags,\
113 $(call get-src-files-with-tag,neon),\
115 $(call set-src-files-text,$(__arm_sources),arm) \
116 $(call set-src-files-text,$(__thumb_sources),thumb)