2013-02-13 16:47:18 +00:00
|
|
|
include $(REP_DIR)/lib/mk/timer.inc
|
|
|
|
|
|
|
|
INC_DIR += $(REP_DIR)/src/drivers/timer/include_periodic
|
|
|
|
|
|
|
|
LIBS += syscall
|
|
|
|
|
|
|
|
SRC_CC += platform_timer.cc
|
2015-09-03 12:55:05 +00:00
|
|
|
vpath platform_timer.cc $(REP_DIR)/src/drivers/timer/spec/linux
|