mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
685f509a43
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
14 lines
380 B
Makefile
14 lines
380 B
Makefile
#
|
|
# \brief Base lib parts that are not used by hybrid applications
|
|
# \author Sebastian Sumpf
|
|
# \date 2014-02-21
|
|
#
|
|
|
|
include $(REP_DIR)/lib/mk/base-linux.inc
|
|
|
|
LIBS += startup-linux base-linux-common cxx
|
|
SRC_CC += thread.cc thread_myself.cc thread_linux.cc
|
|
SRC_CC += capability_space.cc capability_raw.cc
|
|
SRC_CC += attach_stack_area.cc
|
|
SRC_CC += signal_transmitter.cc signal.cc
|