mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add spinlock.
This commit is contained in:
parent
4a027d50c7
commit
ccd1da1333
3 changed files with 12 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# $Id$
|
||||
# $Id: Makefile.inc,v 1.7 1997/05/03 03:57:21 jb Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/sys
|
||||
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
|
||||
|
||||
SRCS+= __error.c _atomic_lock.S
|
||||
|
||||
SRCS+= __error.c
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# $Id$
|
||||
# $Id: Makefile.inc,v 1.7 1997/05/03 03:57:21 jb Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/sys
|
||||
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
|
||||
|
||||
SRCS+= __error.c _atomic_lock.S
|
||||
|
||||
SRCS+= __error.c
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# $Id$
|
||||
# $Id: Makefile.inc,v 1.7 1997/05/03 03:57:21 jb Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/sys
|
||||
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
|
||||
|
||||
SRCS+= __error.c _atomic_lock.S
|
||||
|
||||
SRCS+= __error.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue