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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user