1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 06:29:22 +02:00

m1/jtag-boot/Makefile: run UrJTAG in quiet mode

This commit is contained in:
Werner Almesberger 2011-09-06 11:59:09 -03:00
parent 2ef6c7e13f
commit 2c896d860d

View File

@ -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; }