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

24 lines
444 B
Makefile
Executable File

#
# \brief Timer session server specific for base-hw and PBXA9
# \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_pbxa9
# Add libraries
LIBS += cxx server env alarm signal
# Add include paths
INC_DIR += $(PRG_DIR) $(PRG_DIR)/../ $(PRG_DIR)/../../include
# Declare source paths
vpath main.cc $(PRG_DIR)/../..