mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
dea467f692
Issue #23
10 lines
126 B
Makefile
10 lines
126 B
Makefile
SRC_CC := vfs_oss.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/oss
|
|
|
|
LIBS := libc
|
|
|
|
SHARED_LIB := yes
|
|
|
|
CC_CXX_WARN_STRICT_CONVERSION =
|