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

9 lines
184 B
Makefile

TARGET = timer
SRC_CC = main.cc
REQUIRES = okl4 x86
LIBS = cxx server env alarm signal
INC_DIR = $(PRG_DIR)/../include $(PRG_DIR)/../include_pit
vpath main.cc $(PRG_DIR)/..