Lines Matching refs:src
110 TARGET-process-src-files-tags = \
111 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
112 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
113 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
114 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
115 $(call set-src-files-target-cflags, \
118 $(call set-src-files-target-cflags,\
121 $(call set-src-files-target-cflags,\
124 $(call set-src-files-target-cflags,\
127 $(call set-src-files-target-cflags,\
130 $(call add-src-files-target-cflags,\
131 $(call get-src-files-with-tag,neon),\
133 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
134 $(call set-src-files-text,$(__thumb_sources),thumb)