mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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 =
|