mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
ea726a1f48
A libc plugin which implements pipes using a ring buffer. Fixes #1947
7 lines
91 B
Makefile
7 lines
91 B
Makefile
SRC_CC = plugin.cc
|
|
LIBS += libc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/libc_pipe
|
|
|
|
SHARED_LIB = yes
|