mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add atomic.s.
This commit is contained in:
parent
dfb8003297
commit
2e809930ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38519
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.alpha,v 1.5 1998/08/10 07:53:58 dfr Exp $
|
||||
# $Id: files.alpha,v 1.6 1998/08/20 08:27:10 dfr Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
|
@ -16,6 +16,7 @@ font8x16.o optional std8x16font \
|
|||
#
|
||||
alpha/alpha/autoconf.c standard device-driver
|
||||
alpha/alpha/cpuconf.c standard
|
||||
alpha/alpha/atomic.s standard
|
||||
alpha/alpha/dec_kn8ae.c optional dec_kn8ae
|
||||
alpha/alpha/dec_eb164.c optional dec_eb164
|
||||
alpha/alpha/dec_kn20aa.c optional dec_kn20aa
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.alpha,v 1.5 1998/08/10 07:53:58 dfr Exp $
|
||||
# $Id: files.alpha,v 1.6 1998/08/20 08:27:10 dfr Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
|
@ -16,6 +16,7 @@ font8x16.o optional std8x16font \
|
|||
#
|
||||
alpha/alpha/autoconf.c standard device-driver
|
||||
alpha/alpha/cpuconf.c standard
|
||||
alpha/alpha/atomic.s standard
|
||||
alpha/alpha/dec_kn8ae.c optional dec_kn8ae
|
||||
alpha/alpha/dec_eb164.c optional dec_eb164
|
||||
alpha/alpha/dec_kn20aa.c optional dec_kn20aa
|
||||
|
|
Loading…
Reference in a new issue