genode/libports/lib/mk/pthread.mk
Christian Prochaska ff3e08f9ea POSIX threads and semaphores
This patch implements a subset of the POSIX thread and semaphore functions
in the 'pthread' library.

Fixes #174.
2012-04-16 12:16:40 +02:00

9 lines
112 B
Makefile

SRC_CC = semaphore.cc \
thread.cc
LIBS += libc
vpath % $(REP_DIR)/src/lib/pthread
SHARED_LIB = yes