Lines Matching full:files
17 # toolchain any number of source files
20 # various sources into target object files, libraries or executables.
68 TARGET-process-src-files-tags = \
69 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
70 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
71 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
72 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
73 $(call set-src-files-target-cflags, \
76 $(call set-src-files-target-cflags,\
79 $(call set-src-files-target-cflags,\
82 $(call set-src-files-target-cflags,\
85 $(call set-src-files-target-cflags,\
88 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
89 $(call set-src-files-text,$(__thumb_sources),thumb)