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