Silent the linker build step

Change-Id: I6be94ec821e54ff474ec720ac0602cf25d60def1
This commit is contained in:
Romain Goyet
2016-03-18 16:52:47 +01:00
parent 2f80d17137
commit 2c702874fd

View File

@@ -64,7 +64,7 @@ include quiz/Makefile # Quiz should be included at the end
%.elf: $(objs)
@echo "LD $@"
$(LD) $^ $(LDFLAGS) -o $@
@$(LD) $^ $(LDFLAGS) -o $@
.PHONY: %_size
%_size: %.elf