7 lines
108 B
Makefile
7 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
|
|
|
|
SRCS+= uthread_error.c _atomic_lock.S
|
|
|