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

8 lines
211 B
Makefile

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