genode/repos/libports/lib/mk/vfs_jitterentropy.mk
Josef Söntgen 1a170e9caf libports: add vfs_jitterentropy library
This file system library uses the the jitterentropy library to provide
a rudimentary '/dev/random' device.

Fixes #1239.
2014-08-26 11:00:13 +02:00

10 lines
161 B
Makefile

SRC_CC = vfs.cc
INC_DIR += $(REP_DIR)/src/lib/vfs/jitterentropy
LIBS += libc jitterentropy
vpath %.cc $(REP_DIR)/src/lib/vfs/jitterentropy
SHARED_LIB = yes