diff options
| -rw-r--r-- | sys/alpha/conf/files.alpha | 3 | ||||
| -rw-r--r-- | sys/conf/files.alpha | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/alpha/conf/files.alpha b/sys/alpha/conf/files.alpha index 68888d582159..541fcb4fb130 100644 --- a/sys/alpha/conf/files.alpha +++ b/sys/alpha/conf/files.alpha @@ -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 diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha index 68888d582159..541fcb4fb130 100644 --- a/sys/conf/files.alpha +++ b/sys/conf/files.alpha @@ -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 |
