summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/flexcan/flexcan_loopback/armgcc/build_all.sh
blob: 99e62673af13626b39c361e0672ed1c01dc1a189 (plain)
1
2
3
4
5
6
7
#!/bin/sh
cd debug/
./build_debug.sh
cd ..
cd release/
./build_release.sh
cd ..