mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
37b08797c0
Fixes #2656
11 lines
162 B
Makefile
11 lines
162 B
Makefile
SRC_CC = semaphore.cc rwlock.cc \
|
|
thread.cc thread_create.cc
|
|
|
|
LIBS += libc
|
|
|
|
vpath % $(REP_DIR)/src/lib/pthread
|
|
|
|
SHARED_LIB = yes
|
|
|
|
CC_CXX_WARN_STRICT =
|