mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
2f46930824
This commit adds a port the jitterentropy library to Genode. As backend on x86_{32,64} 'rdtsc' is used and on ARMv{6,7} the performance-counter. Fixes #1239.
6 lines
119 B
Makefile
6 lines
119 B
Makefile
INC_DIR += $(REP_DIR)/src/lib/jitterentropy/arm_v7
|
|
|
|
SPECS += perf_counter
|
|
|
|
include $(REP_DIR)/lib/mk/jitterentropy.inc
|