Home | History | Annotate | Download | only in core

Lines Matching full:asm_objects_s

1088 asm_objects_S := $(addprefix $(intermediates)/,$(asm_sources_S:.S=.o))
1089 $(call track-src-file-obj,$(asm_sources_S),$(asm_objects_S))
1098 ifneq ($(strip $(asm_objects_S)),)
1099 $(asm_objects_S): $(intermediates)/%.o: $(TOPDIR)$(LOCAL_PATH)/%.S \
1102 $(call include-depfiles-for-objs, $(asm_objects_S))
1108 asm_objects_s := $(addprefix $(intermediates)/,$(asm_sources_s:.s=.o))
1109 $(call track-src-file-obj,$(asm_sources_s),$(asm_objects_s))
1118 ifneq ($(strip $(asm_objects_s)),)
1119 $(asm_objects_s): $(intermediates)/%.o: $(TOPDIR)$(LOCAL_PATH)/%.s \
1124 asm_objects := $(dotdot_objects_S) $(dotdot_objects_s) $(asm_objects_S) $(asm_objects_s)