mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
25faff346c
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
7 lines
111 B
Makefile
7 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_CPUARCH}
|
|
|
|
SRCS+= uthread_error.c _atomic_lock.S
|
|
|