summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/uart_imx/uart_polling/armgcc/release/build_release.sh
diff options
context:
space:
mode:
authorRaul Munoz <raul.munoz@toradex.com>2017-05-19 15:06:18 -0300
committerStefan Agner <stefan.agner@toradex.com>2017-05-22 17:09:55 -0700
commite5a4048c9afa9ffa857c2b046cb47c43ebe1dfee (patch)
treebaf1b8f58c6e3aa0597cad7ff0c237e07981ca79 /examples/imx7_colibri_m4/driver_examples/uart_imx/uart_polling/armgcc/release/build_release.sh
parent90111ad6f27b8a5b2468bb68294ffe814ba3db80 (diff)
examples: uart_polling: 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/uart_imx/uart_polling/armgcc/release/build_release.sh')
-rwxr-xr-xexamples/imx7_colibri_m4/driver_examples/uart_imx/uart_polling/armgcc/release/build_release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/imx7_colibri_m4/driver_examples/uart_imx/uart_polling/armgcc/release/build_release.sh b/examples/imx7_colibri_m4/driver_examples/uart_imx/uart_polling/armgcc/release/build_release.sh
new file mode 100755
index 0000000..576604f
--- /dev/null
+++ b/examples/imx7_colibri_m4/driver_examples/uart_imx/uart_polling/armgcc/release/build_release.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
+make -j4