projects
/
mw
/
milkymist.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
change includes to use new csr base address
[mw/milkymist.git]
/
software
/
update_depend.sh
1
#!/bin/bash
2
3
make -C libbase depend
4
make -C libmath depend
5
make -C libhal depend
6
make -C libfpvm depend
7
make -C libnet depend
8
make -C bios depend
9
make -C demo depend