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

Lines Matching full:call

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, \
74 $(call set_intersection,$(__arm_sources),$(__debug_sources)), \
76 $(call set-src-files-target-cflags,\
77 $(call set_intersection,$(__arm_sources),$(__release_sources)),\
79 $(call set-src-files-target-cflags,\
80 $(call set_intersection,$(__arm_sources),$(__debug_sources)),\
82 $(call set-src-files-target-cflags,\
83 $(call set_intersection,$(__thumb_sources),$(__release_sources)),\
85 $(call set-src-files-target-cflags,\
86 $(call set_intersection,$(__thumb_sources),$(__debug_sources)),\
88 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
89 $(call set-src-files-text,$(__thumb_sources),thumb)