Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Allow local builds to add configuratio...



details:   https://anonhg.NetBSD.org/src/rev/4a98a4caf2b8
branches:  trunk
changeset: 950781:4a98a4caf2b8
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 31 08:07:25 2021 +0000

description:
Allow local builds to add configuration changes via GENERIC.local

diffstat:

 sys/arch/sparc64/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 2e7d09e545ea -r 4a98a4caf2b8 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sun Jan 31 07:07:53 2021 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sun Jan 31 08:07:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.233 2020/10/30 06:44:37 jdc Exp $
+# $NetBSD: GENERIC,v 1.234 2021/01/31 08:07:25 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.233 $"
+#ident         "GENERIC-$Revision: 1.234 $"
 
 maxusers       64
 
@@ -419,6 +419,9 @@
 #fdc0  at ebus?                                # fdthree, EXPERIMENTAL
 fd*    at fdc0                                 # the drive itself
 
+# Pull in optional local configuration
+cinclude "arch/sparc64/conf/GENERIC.local"
+
 #
 # accept filters
 pseudo-device  accf_data               # "dataready" accept filter



Home | Main Index | Thread Index | Old Index