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

9 lines
208 B
Makefile

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