comparison scripts/test-setup.sh @ 30:c8a4561ef581

scripts/test-{make,setup}.sh: component compilation test
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 16 Jul 2018 00:10:23 +0000
parents
children
comparison
equal deleted inserted replaced
29:0c7ec2b7183d 30:c8a4561ef581
1 #!/bin/sh
2
3 BUILD_DIR=build-sb
4 TARGET=fcdev3b
5 CHIPSET=10
6 DSP=36
7 RF=12
8 L1_DYN_DSP_DWNLD=1
9 GPRS=1
10 SRVC=1
11
12 export BUILD_DIR TARGET CHIPSET DSP RF L1_DYN_DSP_DWNLD GPRS SRVC
13
14 set -e
15
16 mkdir -p $BUILD_DIR
17 scripts/config-headers.sh
18 for i in `ls components`
19 do
20 echo $i
21 scripts/mk-component.sh $i
22 done