From 2c896d860d68fae9383846cc7dab02bec536d624 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 6 Sep 2011 11:59:09 -0300 Subject: [PATCH] m1/jtag-boot/Makefile: run UrJTAG in quiet mode --- m1/jtag-boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1/jtag-boot/Makefile b/m1/jtag-boot/Makefile index e50e5d3..47b701f 100644 --- a/m1/jtag-boot/Makefile +++ b/m1/jtag-boot/Makefile @@ -1,7 +1,7 @@ .PHONY: boot clean boot: boot.jtag boot.bit - jtag boot.jtag + jtag -q boot.jtag boot.bit: mkboot ./mkboot >$@ || { rm -rf $@; exit 1; }