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

9 lines
184 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
TARGET = timer
SRC_CC = main.cc
REQUIRES = nova x86
LIBS = cxx server env alarm signal
2011-12-22 16:19:25 +01:00
INC_DIR = $(PRG_DIR)/../include $(PRG_DIR)/../include_pit
2011-12-22 16:19:25 +01:00
vpath main.cc $(PRG_DIR)/..