Module Name:    src
Committed By:   thorpej
Date:           Thu Jan 18 05:04:13 UTC 2024

Modified Files:
        src/sys/arch/m68k/conf: files.m68k

Log Message:
mkflagvar M68010 M68020 M68030 M68040 M68060


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/m68k/conf/files.m68k

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/m68k/conf/files.m68k
diff -u src/sys/arch/m68k/conf/files.m68k:1.54 src/sys/arch/m68k/conf/files.m68k:1.55
--- src/sys/arch/m68k/conf/files.m68k:1.54	Wed Jan 17 12:33:51 2024
+++ src/sys/arch/m68k/conf/files.m68k	Thu Jan 18 05:04:13 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: files.m68k,v 1.54 2024/01/17 12:33:51 thorpej Exp $
+#	$NetBSD: files.m68k,v 1.55 2024/01/18 05:04:13 thorpej Exp $
 #
 
 defflag	opt_fpsp.h		FPSP
@@ -7,6 +7,11 @@ defflag	opt_m68k_arch.h		M68020
 defflag	opt_m68k_arch.h		M68030
 defflag	opt_m68k_arch.h		M68040
 defflag	opt_m68k_arch.h		M68060
+
+# Emit Makefile vars for these kernel options so that compiler flags
+# can be tuned for CPU support.
+mkflagvar M68010 M68020 M68030 M68040 M68060
+
 defflag				FPU_EMULATE
 defflag				PMAP_DEBUG
 

Reply via email to