genode/repos/os/src/drivers/timer/fiasco/target.mk

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