Last change
on this file since 24995 was
7529,
checked in by obi, 12 years ago
|
[tools] update some makefiles
|
-
Property svn:executable set to
*
|
File size:
331 bytes
|
Line | |
---|
1 | STM=$1 |
---|
2 | |
---|
3 | if [ -z "$STM" ]; then |
---|
4 | echo "error: use ./make.sh <stm22|stm23|stm24>" |
---|
5 | exit 1 |
---|
6 | fi |
---|
7 | |
---|
8 | cd $HOME/tools/portscan |
---|
9 | |
---|
10 | "$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-gcc portscan.c -O2 -lpthread -o portscan |
---|
11 | "$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip portscan |
---|
Note: See
TracBrowser
for help on using the repository browser.