diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-04-07 03:55:36 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-04-07 03:55:36 +0000 |
| commit | 90ea793afefe44ff364a92d7c4c0f288b9b1250a (patch) | |
| tree | 7fc82bcc6efd20f3f71144e5d38a48da4a4274c4 /sys | |
| parent | 2beb6ea1c9c5cb0318060996a3b3597cfaae0eb1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/files.i386 | 3 | ||||
| -rw-r--r-- | sys/i386/conf/files.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 3214916482e7d..6d359f3560fdb 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.231 1999/03/29 17:56:28 ken Exp $ +# $Id: files.i386,v 1.232 1999/03/30 21:32:43 eivind Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -85,6 +85,7 @@ i386/i386/initcpu.c standard i386/i386/machdep.c standard i386/i386/math_emulate.c optional math_emulate i386/i386/mem.c standard +i386/i386/i686_mem.c standard i386/i386/mp_machdep.c optional smp i386/i386/mpapic.c optional smp i386/i386/mpboot.s optional smp diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 3214916482e7d..6d359f3560fdb 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.231 1999/03/29 17:56:28 ken Exp $ +# $Id: files.i386,v 1.232 1999/03/30 21:32:43 eivind Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -85,6 +85,7 @@ i386/i386/initcpu.c standard i386/i386/machdep.c standard i386/i386/math_emulate.c optional math_emulate i386/i386/mem.c standard +i386/i386/i686_mem.c standard i386/i386/mp_machdep.c optional smp i386/i386/mpapic.c optional smp i386/i386/mpboot.s optional smp |
