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

7 lines
195 B
Makefile

TARGET = foc_timer_drv
REQUIRES = foc
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