···1112$(OBJDIR)/%.o: %.S
13 $(SILENT)mkdir -p $(dir $@)
14- $(call PRINTS,CC $<)$(CC) $(CFLAGS) $(ASMFLAGS) -c $< -o $@
1516# The echo stuff last in the dep update shell magic is to prevent any compiler
17# errors/warnings to cause an error code to get returned and thus stop the
···1112$(OBJDIR)/%.o: %.S
13 $(SILENT)mkdir -p $(dir $@)
14+ $(call PRINTS,CC $<)$(CC) $(CFLAGS) -c $< -o $@
1516# The echo stuff last in the dep update shell magic is to prevent any compiler
17# errors/warnings to cause an error code to get returned and thus stop the