From 2c702874fd593d7fb57afd0977d8d33262a2e5f4 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Fri, 18 Mar 2016 16:52:47 +0100 Subject: [PATCH] Silent the linker build step Change-Id: I6be94ec821e54ff474ec720ac0602cf25d60def1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc6e9552a..cac7fcfd3 100644 --- a/Makefile +++ b/Makefile @@ -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