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

9 lines
205 B
Makefile

TARGET = timer
SRC_CC = main.cc platform_timer.cc
REQUIRES = fiasco
LIBS = cxx server env alarm signal
INC_DIR = $(PRG_DIR)/../include $(PRG_DIR)/../include_periodic
vpath main.cc $(PRG_DIR)/..