Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf macppc: Support GENERIC.local.
details: https://anonhg.NetBSD.org/src/rev/dd9f9bdfca85
branches: trunk
changeset: 361591:dd9f9bdfca85
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Feb 16 20:14:40 2022 +0000
description:
macppc: Support GENERIC.local.
diffstat:
sys/arch/macppc/conf/GENERIC | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 6e310135f18d -r dd9f9bdfca85 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Wed Feb 16 20:14:30 2022 +0000
+++ b/sys/arch/macppc/conf/GENERIC Wed Feb 16 20:14:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.372 2021/01/21 06:51:55 nia Exp $
+# $NetBSD: GENERIC,v 1.373 2022/02/16 20:14:40 riastradh Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.372 $"
+#ident "GENERIC-$Revision: 1.373 $"
maxusers 32
@@ -568,3 +568,6 @@
include "dev/veriexec.config"
#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
+
+# Pull in optional local configuration
+cinclude "arch/evbarm/conf/GENERIC64.local"
Home |
Main Index |
Thread Index |
Old Index