]> rtime.felk.cvut.cz Git - arc.git/blob - scripts/build_all.sh
EcuM: Added more on the statemachine
[arc.git] / scripts / build_all.sh
1 #/bin/bash
2 # Usage:
3 #
4 # build_all
5 #
6
7 SCRIPT_DIR=`dirname $0`   
8 . ${SCRIPT_DIR}/build_ppc.sh
9 . ${SCRIPT_DIR}/build_arm.sh
10
11 exit 0
12         
13
14
15
16
17
18
19
20