Home | History | Annotate | Download | only in arm-eabi-4.4.0

Lines Matching full:files

17 # toolchain any number of source files
20 # various sources into target object files, libraries or executables.
89 TARGET-process-src-files-tags = \
90 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
91 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
92 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
93 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
94 $(call set-src-files-target-cflags, \
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 add-src-files-target-cflags,\
110 $(call get-src-files-with-tag,neon),\
112 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
113 $(call set-src-files-text,$(__thumb_sources),thumb)