Module Name:    src
Committed By:   mrg
Date:           Sun Jun  6 04:51:33 UTC 2010

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

Log Message:
fix PR 6724 - convert m68k options to defflag's.  this means that
M680[12346] are now available from opt_m68k_arch.h.  FPSP meantioned
in the PR has already been fixed, and i could not find any more.

i built these kernels to ensure i did not break their builds:

amiga: GENERIC DRACO
atari: HADES FALCON MILAN-PCIIDE
mac68k: GENERIC
sun2: GENERIC
sun3: GENERIC GENERIC3X
cesfic: attempted GENERIC, does not build due to lack of machine/bus.h
hp300: GENERIC
luna68k: GENERIC
mvme68k: GENERIC
news68k: GENERIC
next68k: GENERIC
x68k: GENERIC


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/sys/arch/m68k/conf/files.m68k:1.46
--- src/sys/arch/m68k/conf/files.m68k:1.45	Wed Nov 19 18:35:59 2008
+++ src/sys/arch/m68k/conf/files.m68k	Sun Jun  6 04:51:33 2010
@@ -1,7 +1,12 @@
-#	$NetBSD: files.m68k,v 1.45 2008/11/19 18:35:59 ad Exp $
+#	$NetBSD: files.m68k,v 1.46 2010/06/06 04:51:33 mrg Exp $
 #
 
 defflag	opt_fpsp.h		FPSP
+defflag	opt_m68k_arch.h		M68010
+defflag	opt_m68k_arch.h		M68020
+defflag	opt_m68k_arch.h		M68030
+defflag	opt_m68k_arch.h		M68040
+defflag	opt_m68k_arch.h		M68060
 defflag				FPU_EMULATE
 defflag				PMAP_DEBUG
 

Reply via email to