Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf Add optional GENERIC.local include in al...
details: https://anonhg.NetBSD.org/src/rev/be0068f8d599
branches: trunk
changeset: 1023467:be0068f8d599
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Thu Sep 09 13:08:07 2021 +0000
description:
Add optional GENERIC.local include in alpha's GENERIC.
diffstat:
sys/arch/alpha/conf/GENERIC | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 1b44a1a0885b -r be0068f8d599 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Thu Sep 09 12:14:37 2021 +0000
+++ b/sys/arch/alpha/conf/GENERIC Thu Sep 09 13:08:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.413 2021/07/23 14:38:58 thorpej Exp $
+# $NetBSD: GENERIC,v 1.414 2021/09/09 13:08:07 jakllsch Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@@ -19,7 +19,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "GENERIC-$Revision: 1.413 $"
+ident "GENERIC-$Revision: 1.414 $"
maxusers 32
@@ -737,3 +737,6 @@
options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
options PAX_ASLR=0 # PaX Address Space Layout Randomization
+
+# Pull in optional local configuration
+cinclude "arch/alpha/conf/GENERIC.local"
Home |
Main Index |
Thread Index |
Old Index