mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 08:50:38 +02:00
m1/jtag-boot/Makefile: run UrJTAG in quiet mode
This commit is contained in:
parent
2ef6c7e13f
commit
2c896d860d
@ -1,7 +1,7 @@
|
|||||||
.PHONY: boot clean
|
.PHONY: boot clean
|
||||||
|
|
||||||
boot: boot.jtag boot.bit
|
boot: boot.jtag boot.bit
|
||||||
jtag boot.jtag
|
jtag -q boot.jtag
|
||||||
|
|
||||||
boot.bit: mkboot
|
boot.bit: mkboot
|
||||||
./mkboot >$@ || { rm -rf $@; exit 1; }
|
./mkboot >$@ || { rm -rf $@; exit 1; }
|
||||||
|
Loading…
Reference in New Issue
Block a user