genode/repos/base-linux/lib/mk/spec/arm/base-linux.mk
Martin Stein 685f509a43 timer connection: no interpolation on arm w/o hw
On ARM, we do not have a component-local hardware time-source. The ARM
performance counter has no reliable frequency as the ARM idle command
halts the counter. Thus, we do not do local time interpolation on ARM.
Except we're on the HW kernel. In this case we can read out the kernel
time instead.

Ref #2435
2017-05-31 17:50:28 +02:00

12 lines
218 B
Makefile

#
# \brief ARM-specific base lib parts that are not used by hybrid applications
# \author Christian Prochaska
# \date 2014-05-14
#
SRC_CC += cpu/arm/cache.cc
LIBS += timeout-arm
include $(REP_DIR)/lib/mk/base.mk