genode/repos/base-hw/lib/mk/arm_v7/core-perf_counter_on.mk
2014-08-15 10:19:48 +02:00

15 lines
294 B
Makefile

#
# \brief Core build-config that depends on performance-counter status
# \author Josef Soentgen
# \date 2013-09-26
#
# add include paths
INC_DIR += $(REP_DIR)/src/core/include
# add C++ sources
SRC_CC += spec/arm_v7/perf_counter.cc
# declare source locations
vpath % $(REP_DIR)/src/core