genode/repos/libports/lib/mk/libc_pipe.mk
Christian Prochaska ea726a1f48 libc: pipe plugin
A libc plugin which implements pipes using a ring buffer.

Fixes #1947
2016-05-23 15:52:35 +02:00

7 lines
91 B
Makefile

SRC_CC = plugin.cc
LIBS += libc
vpath %.cc $(REP_DIR)/src/lib/libc_pipe
SHARED_LIB = yes