diff options
| author | fvdl <fvdl@NetBSD.org> | 2001-06-19 02:06:52 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 2001-06-19 02:06:52 +0000 |
| commit | ba22234cb481eb78e9dedbc88fbd5e50d065e4ef (patch) | |
| tree | 3b7814bd6cb66c0625e1be5974b76277771e216c | |
| parent | 4880ff208d3765bfc26e8d37a0d6206842020185 (diff) | |
.s -> .S for microtime
| -rw-r--r-- | sys/arch/x86_64/conf/files.x86_64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/x86_64/conf/files.x86_64 b/sys/arch/x86_64/conf/files.x86_64 index c83362773b2..3041cc0622f 100644 --- a/sys/arch/x86_64/conf/files.x86_64 +++ b/sys/arch/x86_64/conf/files.x86_64 @@ -1,4 +1,4 @@ -# $NetBSD: files.x86_64,v 1.1 2001/06/19 00:19:48 fvdl Exp $ +# $NetBSD: files.x86_64,v 1.2 2001/06/19 02:06:52 fvdl Exp $ # # new style config file for x86_64 architecture # @@ -47,7 +47,7 @@ file arch/x86_64/x86_64/kgdb_machdep.c kgdb file arch/x86_64/x86_64/machdep.c file arch/x86_64/x86_64/math_emulate.c math_emulate file arch/x86_64/x86_64/mem.c -file arch/x86_64/x86_64/microtime.s +file arch/x86_64/x86_64/microtime.S file netns/ns_cksum.c ns file arch/x86_64/x86_64/pmap.c file arch/x86_64/x86_64/process_machdep.c |
