Remove hardcoded unconditional measurement of target build time.

This commit is contained in:
Anders Hoglund 2017-07-17 14:39:25 +02:00
parent 27b146e274
commit ab232e8828
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ targets-group-rest: $(GROUP_OTHER_TARGETS)
$(VALID_TARGETS):
$(V0) @echo "Building $@" && \
time $(MAKE) binary hex TARGET=$@ && \
$(MAKE) binary hex TARGET=$@ && \
echo "Building $@ succeeded."
$(SKIP_TARGETS):