mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
hw: remove core/ARM specific aspect perf_counter
This aspect was always enabled when creating a build directory for hw, but is not enabled anymore due to recent build directory unifications. On the other hand it is needed for jitter entropy anyway. Ref #2190
This commit is contained in:
committed by
Norman Feske
parent
3886686b83
commit
658547d058
@ -1,14 +0,0 @@
|
||||
#
|
||||
# \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
|
@ -9,6 +9,7 @@ INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/arm_v7
|
||||
|
||||
# add C++ sources
|
||||
SRC_CC += spec/arm_v7/cpu.cc
|
||||
SRC_CC += spec/arm_v7/perf_counter.cc
|
||||
|
||||
# add assembly sources
|
||||
SRC_S += spec/arm_v7/mode_transition.s
|
||||
|
Reference in New Issue
Block a user