genode/repos/libports/lib/mk/posix.mk
Norman Feske 03d7208386 Turn posix lib into shared library
By building the posix library as shared object with an ABI, we
effectively decouple posix-using programs from the library
implementation (which happens to depend on several os-level APIs such as
the VFS).
2017-05-31 13:16:02 +02:00

8 lines
99 B
Makefile

SRC_CC = construct.cc
LIBS += libc
SHARED_LIB = yes
vpath construct.cc $(REP_DIR)/src/lib/posix