Werner's Miscellanea
Sign in or create your account
|
Project List
|
Help
Project Home
Downloads
Documentation
Issues
Source
Code Review
Source Tree
|
Change Log
|
How To Get The Code
Werner's Miscellanea Git Source Tree
Root
/
m1
/
jtag-boot
/
Makefile
1
.PHONY: boot standby clean
2
3
boot: boot.jtag boot.bit
4
jtag -q boot.jtag
5
6
standby: standby.jtag
7
jtag -q standby.jtag
8
9
boot.bit: mkboot
10
./mkboot >$@ || { rm -rf $@; exit 1; }
11
12
clean:
13
rm -f boot.bit
14
Download this file
Branches:
master
Main page
Current events
Mailing lists
Planet
Projects server
interactive
About Qi
Recent changes
Contact Qi
Help