mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
7 lines
186 B
Makefile
7 lines
186 B
Makefile
|
include $(REP_DIR)/lib/mk/timer.inc
|
||
|
|
||
|
INC_DIR += $(REP_DIR)/src/drivers/timer/include_periodic
|
||
|
|
||
|
SRC_CC += platform_timer.cc
|
||
|
vpath platform_timer.cc $(REP_DIR)/src/drivers/timer/pistachio
|