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