diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 11:54:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 11:54:26 +0000 |
commit | c0b929a7d733ebd19869cc7bce698dc1ded92d13 (patch) | |
tree | a2dae6bafe51fbb906792f57adf3a62438cf49ba /sys/arch/m68k/conf | |
parent | a5cf009c5477467bd0e5f178fd37ac50ddeea367 (diff) |
Factorize cachectl() accross m68k platforms, and make the CC_ constants
public.
Diffstat (limited to 'sys/arch/m68k/conf')
-rw-r--r-- | sys/arch/m68k/conf/files.m68k | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/m68k/conf/files.m68k b/sys/arch/m68k/conf/files.m68k index a17fd1b5fb3..ec43562b555 100644 --- a/sys/arch/m68k/conf/files.m68k +++ b/sys/arch/m68k/conf/files.m68k @@ -1,6 +1,10 @@ -# $OpenBSD: files.m68k,v 1.13 2005/07/14 02:09:46 uwe Exp $ +# $OpenBSD: files.m68k,v 1.14 2005/08/01 11:54:23 miod Exp $ # $NetBSD: files.m68k,v 1.18 1997/06/06 23:15:28 veego Exp $ # +file arch/m68k/m68k/bcopy.s +file arch/m68k/m68k/cachectl.c +file arch/m68k/m68k/copy.s +file arch/m68k/m68k/copypage.s file arch/m68k/m68k/db_disasm.c ddb file arch/m68k/m68k/db_interface.c ddb file arch/m68k/m68k/db_trace.c ddb @@ -11,12 +15,9 @@ file arch/m68k/m68k/m68k_machdep.c file arch/m68k/m68k/mappedcopy.c mappedcopy file arch/m68k/m68k/oc_cksum.s inet file arch/m68k/m68k/process_machdep.c -file arch/m68k/m68k/sig_machdep.c file arch/m68k/m68k/random.s -file arch/m68k/m68k/copy.s -file arch/m68k/m68k/bcopy.s -file arch/m68k/m68k/copypage.s file arch/m68k/m68k/regdump.c +file arch/m68k/m68k/sig_machdep.c # # Older m68k4k executables binary compatibility |