genode/os/src/drivers/timer/fiasco/target.mk
2011-12-22 16:19:25 +01:00

9 lines
198 B
Makefile

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