xref: /netbsd-src/sys/arch/m68k/conf/files.m68k (revision 120d6a48ae597db6720045cb92119f7af9b1af9f)
1#	$NetBSD: files.m68k,v 1.57 2024/01/18 14:39:06 thorpej Exp $
2#
3
4version	20240118		# mkflagvar
5
6defflag	opt_fpsp.h		FPSP
7
8defflag	opt_m68k_arch.h		M68K_MMU_HP
9defflag	opt_m68k_arch.h		M68K_MMU_SUN
10defflag	opt_m68k_arch.h		M68K_MMU_SUN2: M68K_MMU_SUN
11defflag	opt_m68k_arch.h		M68K_MMU_SUN3: M68K_MMU_SUN
12defflag	opt_m68k_arch.h		M68K_MMU_MOTOROLA
13defflag	opt_m68k_arch.h		M68K_MMU_68851: M68K_MMU_MOTOROLA
14defflag	opt_m68k_arch.h		M68K_MMU_68030: M68K_MMU_MOTOROLA
15defflag	opt_m68k_arch.h		M68K_MMU_68040: M68K_MMU_MOTOROLA
16defflag	opt_m68k_arch.h		M68K_MMU_68060: M68K_MMU_MOTOROLA
17
18defflag	opt_m68k_arch.h		M68010
19defflag	opt_m68k_arch.h		M68020
20defflag	opt_m68k_arch.h		M68030: M68K_MMU_68030
21defflag	opt_m68k_arch.h		M68040: M68K_MMU_68040
22defflag	opt_m68k_arch.h		M68060: M68K_MMU_68060
23
24# Emit Makefile vars for these kernel options so that compiler flags
25# can be tuned for CPU support.
26mkflagvar M68010 M68020 M68030 M68040 M68060
27
28defflag				FPU_EMULATE
29defflag				PMAP_DEBUG
30
31file	arch/m68k/m68k/copy.s
32file	arch/m68k/m68k/copypage.s
33file	arch/m68k/m68k/core_machdep.c		coredump
34file	arch/m68k/m68k/cpu_in_cksum.c		(inet | inet6) & cpu_in_cksum
35file	arch/m68k/m68k/db_disasm.c		ddb
36file	arch/m68k/m68k/db_interface.c		ddb
37file	arch/m68k/m68k/db_trace.c		ddb
38file	arch/m68k/m68k/kgdb_m68k.c		kgdb
39file	arch/m68k/m68k/kobj_machdep.c		modular
40file	arch/m68k/m68k/lock_stubs.s
41file	arch/m68k/m68k/m68k_machdep.c
42file	arch/m68k/m68k/oc_cksum.s		(inet | inet6) & cpu_in_cksum
43file	arch/m68k/m68k/process_machdep.c
44file	arch/m68k/m68k/reenter_syscall.s
45file	arch/m68k/m68k/regdump.c
46file	arch/m68k/m68k/sig_machdep.c
47file	arch/m68k/m68k/sigcode.s
48file	arch/m68k/m68k/support.s
49file	arch/m68k/m68k/m68k_syscall.c
50
51file	arch/m68k/m68k/sunos_sigcode.s		compat_sunos
52file	arch/m68k/m68k/sunos_syscall.c		compat_sunos
53
54file	arch/m68k/m68k/linux_syscall.c		compat_linux
55
56file	arch/m68k/m68k/compat_13_machdep.c	compat_13
57file	arch/m68k/m68k/compat_13_sigreturn13.s	compat_13 | compat_sunos
58
59file	arch/m68k/m68k/compat_16_machdep.c	compat_16
60file	arch/m68k/m68k/compat_16_sigreturn14.s	compat_16
61
62include "compat/m68k4k/files.m68k4k"
63