mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 10:38:55 +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.
4 lines
96 B
Makefile
4 lines
96 B
Makefile
INC_DIR += $(REP_DIR)/src/lib/jitterentropy/x86_64
|
|
|
|
include $(REP_DIR)/lib/mk/jitterentropy.inc
|