summaryrefslogtreecommitdiff
path: root/src/helper/Makefile.am
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-12-15 14:57:38 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-12-16 08:15:05 +0100
commitc8b8a34bb5e98660c4ce3683fb64af31b494d55c (patch)
tree495cc9f40c130bc8a867e2f47ff16149e3db029d /src/helper/Makefile.am
parent74ce435d97ca4f6f81645d755d04123f075aa42b (diff)
downloadopenocd+libswd-c8b8a34bb5e98660c4ce3683fb64af31b494d55c.tar.gz
openocd+libswd-c8b8a34bb5e98660c4ce3683fb64af31b494d55c.tar.bz2
openocd+libswd-c8b8a34bb5e98660c4ce3683fb64af31b494d55c.tar.xz
openocd+libswd-c8b8a34bb5e98660c4ce3683fb64af31b494d55c.zip
ecos: crisper implementation of timeval_ms()
A crisper/faster implementation under eCos that makes profiling a tad easier. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/helper/Makefile.am')
-rw-r--r--src/helper/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am
index 244ada7c..3ec4f31a 100644
--- a/src/helper/Makefile.am
+++ b/src/helper/Makefile.am
@@ -7,9 +7,9 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libhelper.la
if ECOSBOARD
-CONFIGFILES =
+CONFIGFILES = time_support_ecos.c
else
-CONFIGFILES = options.c jim.c jim-eventloop.c
+CONFIGFILES = options.c jim.c jim-eventloop.c time_support_common.c
endif