genode/os/src/drivers/timer/hw/vea9x4/target.mk

25 lines
457 B
Makefile
Executable File

#
# \brief Timer session server specific for base-hw and VEA9X4
# \author Martin Stein
# \date 2012-05-03
#
# Set program name
TARGET = timer
# Add C++ sources
SRC_CC += main.cc
# Skip build if required specs not fullfilled
REQUIRES += hw_vea9x4
# Add libraries
LIBS += cxx server env alarm signal
# Add include paths
INC_DIR += $(PRG_DIR)/../ $(PRG_DIR)/../pbxa9 $(PRG_DIR)/../../include
# Declare source paths
vpath main.cc $(PRG_DIR)/../..