summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-07-01 22:57:09 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-07-01 22:57:09 +0200
commitc09d293d2b34d15e8bf609466d55555c74587845 (patch)
treeeebf4c9db5d0809cd2ba35ef7d7660bc3c66fbd7 /apps
parent3bf71c66f63f33471b172570a3a20710d6fe6b72 (diff)
downloadintel-quark-d2000-playground-c09d293d2b34d15e8bf609466d55555c74587845.tar.gz
intel-quark-d2000-playground-c09d293d2b34d15e8bf609466d55555c74587845.tar.bz2
intel-quark-d2000-playground-c09d293d2b34d15e8bf609466d55555c74587845.tar.xz
intel-quark-d2000-playground-c09d293d2b34d15e8bf609466d55555c74587845.zip
o Adding elfinfo tool from the stm32 playground.
Diffstat (limited to 'apps')
-rw-r--r--apps/accel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)