timer: move to the new timeout framework

Ref #2170
This commit is contained in:
Martin Stein
2016-11-08 14:06:20 +01:00
committed by Christian Helmuth
parent 791138ee63
commit b85fa1d069
32 changed files with 988 additions and 1046 deletions

View File

@ -1,8 +1,7 @@
include $(REP_DIR)/lib/mk/timer.inc
INC_DIR += $(REP_DIR)/src/drivers/timer/spec/periodic
INC_DIR += $(REP_DIR)/src/drivers/timer/include_periodic
SRC_CC += spec/periodic/time_source.cc spec/linux/time_source.cc
LIBS += syscall
SRC_CC += platform_timer.cc
vpath platform_timer.cc $(REP_DIR)/src/drivers/timer/spec/linux
include $(REP_DIR)/lib/mk/timer.inc