8e4736f2df
Change-Id: Id33ac7e973d1c0e249b690fe44a597474fac6076
19 lines
223 B
Makefile
19 lines
223 B
Makefile
# Makefile for libmthread
|
|
|
|
CPPFLAGS+= -O1 -Wall -Werror
|
|
|
|
LIB= mthread
|
|
|
|
SRCS= \
|
|
allocate.c \
|
|
attribute.c \
|
|
mutex.c \
|
|
event.c \
|
|
rwlock.c \
|
|
misc.c \
|
|
queue.c \
|
|
condition.c \
|
|
scheduler.c \
|
|
key.c
|
|
|
|
.include <bsd.lib.mk>
|