Files
genode/repos/os/src/drivers/timer/fiasco/target.mk
2016-12-23 16:50:33 +01:00

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