- Adjust the makefiles so we have a per architecture makefile.
This commit is contained in:
parent
73adf5691f
commit
7a57e9abdd
@ -22,5 +22,6 @@ PRECIOUSLIB= yes
|
||||
|
||||
.include "${.CURDIR}/thread/Makefile.inc"
|
||||
.include "${.CURDIR}/sys/Makefile.inc"
|
||||
.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
5
lib/libthr/arch/i386/Makefile.inc
Normal file
5
lib/libthr/arch/i386/Makefile.inc
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
||||
|
||||
SRCS+= _setcurthread.c _curthread.S
|
@ -2,4 +2,4 @@
|
||||
|
||||
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
||||
|
||||
SRCS+= thr_error.c _curthread.S _setcurthread.c
|
||||
SRCS+= thr_error.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user