genode/libports/lib/mk/pthread.mk
Alexander Boettcher 0c08334b2c pthread: separate structure and create function
With the commit an application may create a modified version of pthread_create.
Will be used by Virtualbox port.

Issue #1114
2014-04-14 12:32:31 +02:00

9 lines
130 B
Makefile

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