mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
7 lines
201 B
Makefile
7 lines
201 B
Makefile
TARGET = fiasco_timer_drv
|
|
REQUIRES = fiasco
|
|
INC_DIR += $(REP_DIR)/src/drivers/timer/periodic
|
|
SRC_CC += periodic/time_source.cc fiasco/time_source.cc
|
|
|
|
include $(REP_DIR)/src/drivers/timer/target.inc
|