mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
1a170e9caf
This file system library uses the the jitterentropy library to provide a rudimentary '/dev/random' device. Fixes #1239.
10 lines
161 B
Makefile
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
|