summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/ecspi/ecspi_polling/master/armgcc/build_release.sh
diff options
context:
space:
mode:
authorRaul Munoz <raul.munoz@toradex.com>2017-05-19 15:06:12 -0300
committerStefan Agner <stefan.agner@toradex.com>2017-05-22 17:09:55 -0700
commit1308c4c2cd49e82c8c33cbdf053e6651f1e7dea4 (patch)
tree90235220f2e78239ae59eb8744f3c05e0ffbaa29 /examples/imx7_colibri_m4/driver_examples/ecspi/ecspi_polling/master/armgcc/build_release.sh
parent4a0641e22d21d5e05103338cbd2f6dbcab974141 (diff)
examples: ecspi_polling_master: update CMake structure
Updating this CMake struct according hello_world example. Using this new struct we can build debug and release configuration at the same time and use Eclipse. Signed-off-by: Raul Munoz <raul.munoz@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'examples/imx7_colibri_m4/driver_examples/ecspi/ecspi_polling/master/armgcc/build_release.sh')
-rwxr-xr-xexamples/imx7_colibri_m4/driver_examples/ecspi/ecspi_polling/master/armgcc/build_release.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/imx7_colibri_m4/driver_examples/ecspi/ecspi_polling/master/armgcc/build_release.sh b/examples/imx7_colibri_m4/driver_examples/ecspi/ecspi_polling/master/armgcc/build_release.sh
deleted file mode 100755
index 25773b2..0000000
--- a/examples/imx7_colibri_m4/driver_examples/ecspi/ecspi_polling/master/armgcc/build_release.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .
-make -j4