genode/repos/libports/lib/mk/arm_v6/jitterentropy.mk
Josef Söntgen 2f46930824 libports: add jitterentropy-20140411
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.
2014-08-26 11:00:13 +02:00

6 lines
119 B
Makefile

INC_DIR += $(REP_DIR)/src/lib/jitterentropy/arm_v6
SPECS += perf_counter
include $(REP_DIR)/lib/mk/jitterentropy.inc