mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-05 02:29:45 +00:00
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 =
|