Home | History | Annotate | Line # | Download | only in conf
files.m68k revision 1.56
      1 #	$NetBSD: files.m68k,v 1.56 2024/01/18 05:42:29 thorpej Exp $
      2 #
      3 
      4 version	20240118		# mkflagvar
      5 
      6 defflag	opt_fpsp.h		FPSP
      7 defflag	opt_m68k_arch.h		M68010
      8 defflag	opt_m68k_arch.h		M68020
      9 defflag	opt_m68k_arch.h		M68030
     10 defflag	opt_m68k_arch.h		M68040
     11 defflag	opt_m68k_arch.h		M68060
     12 
     13 # Emit Makefile vars for these kernel options so that compiler flags
     14 # can be tuned for CPU support.
     15 mkflagvar M68010 M68020 M68030 M68040 M68060
     16 
     17 defflag				FPU_EMULATE
     18 defflag				PMAP_DEBUG
     19 
     20 file	arch/m68k/m68k/copy.s
     21 file	arch/m68k/m68k/copypage.s
     22 file	arch/m68k/m68k/core_machdep.c		coredump
     23 file	arch/m68k/m68k/cpu_in_cksum.c		(inet | inet6) & cpu_in_cksum
     24 file	arch/m68k/m68k/db_disasm.c		ddb
     25 file	arch/m68k/m68k/db_interface.c		ddb
     26 file	arch/m68k/m68k/db_trace.c		ddb
     27 file	arch/m68k/m68k/kgdb_m68k.c		kgdb
     28 file	arch/m68k/m68k/kobj_machdep.c		modular
     29 file	arch/m68k/m68k/lock_stubs.s
     30 file	arch/m68k/m68k/m68k_machdep.c
     31 file	arch/m68k/m68k/oc_cksum.s		(inet | inet6) & cpu_in_cksum
     32 file	arch/m68k/m68k/process_machdep.c
     33 file	arch/m68k/m68k/reenter_syscall.s
     34 file	arch/m68k/m68k/regdump.c
     35 file	arch/m68k/m68k/sig_machdep.c
     36 file	arch/m68k/m68k/sigcode.s
     37 file	arch/m68k/m68k/support.s
     38 file	arch/m68k/m68k/m68k_syscall.c
     39 
     40 file	arch/m68k/m68k/sunos_sigcode.s		compat_sunos
     41 file	arch/m68k/m68k/sunos_syscall.c		compat_sunos
     42 
     43 file	arch/m68k/m68k/linux_syscall.c		compat_linux
     44 
     45 file	arch/m68k/m68k/compat_13_machdep.c	compat_13
     46 file	arch/m68k/m68k/compat_13_sigreturn13.s	compat_13 | compat_sunos
     47 
     48 file	arch/m68k/m68k/compat_16_machdep.c	compat_16
     49 file	arch/m68k/m68k/compat_16_sigreturn14.s	compat_16
     50 
     51 include "compat/m68k4k/files.m68k4k"
     52