summaryrefslogtreecommitdiff
path: root/cesar/hal/timer/test/host-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/timer/test/host-Makefile')
-rw-r--r--cesar/hal/timer/test/host-Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cesar/hal/timer/test/host-Makefile b/cesar/hal/timer/test/host-Makefile
index a9fca27c6e..f3368c59ca 100644
--- a/cesar/hal/timer/test/host-Makefile
+++ b/cesar/hal/timer/test/host-Makefile
@@ -3,10 +3,13 @@ BASE = ../../..
ECOS = y
VARIANT=host
-TARGET_PROGRAMS = timer
+TARGET_PROGRAMS = timer timer_one_thread
timer_SOURCES = timer.c leon_timer_stub.c
timer_MODULES = lib hal/timer
+timer_one_thread_SOURCES = timer2.c leon_timer_stub.c
+timer_one_thread_MODULES = lib hal/timer
+
include $(BASE)/common/make/top.mk