summaryrefslogtreecommitdiff
path: root/hal/timer/test/Makefile
blob: fc1c9b4b0eebe0a06795d2065a6f28832227cf22 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../..

ECOS = y

TARGET_PROGRAMS = timer
timer_SOURCES = timer.c leon_timer_stub.c
timer_MODULES = lib hal/timer

include $(BASE)/common/make/top.mk