From c09d293d2b34d15e8bf609466d55555c74587845 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 1 Jul 2016 22:57:09 +0200 Subject: o Adding elfinfo tool from the stm32 playground. --- apps/accel/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/accel/CMakeLists.txt b/apps/accel/CMakeLists.txt index 91f1497..35948ae 100644 --- a/apps/accel/CMakeLists.txt +++ b/apps/accel/CMakeLists.txt @@ -1,3 +1,4 @@ add_executable(accel main.c) set_target_properties(accel PROPERTIES CHIP QUARK_D2000) toolchain_target(accel) +add_extra_commands(accel) -- cgit v1.2.3