mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
d2923253f3
Libc is no longer necessary for building the jitterentropy VFS plugin. Ref #2900
12 lines
178 B
Makefile
12 lines
178 B
Makefile
SRC_CC = vfs.cc
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/vfs/jitterentropy
|
|
|
|
LIBS += jitterentropy
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/jitterentropy
|
|
|
|
SHARED_LIB = yes
|
|
|
|
CC_CXX_WARN_STRICT =
|