aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-04-23 21:11:24 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-23 21:13:31 +0000
commit8a8daeafaf7094fd6e65f93fa4e7687591e23fc2 (patch)
treee5f14bb6ade2a54b86df648a8a42883e6044cb68 /sys/powerpc/conf
parent4f8f9d708e6a4143f3b178bfab10d0a9b75ba2fe (diff)
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/powerpc/conf/GENERIC-NODEBUG2
-rw-r--r--sys/powerpc/conf/GENERIC642
-rw-r--r--sys/powerpc/conf/GENERIC64-NODEBUG2
-rw-r--r--sys/powerpc/conf/GENERIC64LE2
-rw-r--r--sys/powerpc/conf/GENERIC64LE-NODEBUG2
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index bb7865301fcb..6083b4d2baca 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -91,7 +91,7 @@ options RCTL # Resource limits
options KDB # Enable kernel debugger support.
options KDB_TRACE # Print a stack trace for a panic.
# For full debugger support use (turn off in stable branch):
-include ../../conf/std.debug
+include "std.debug"
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
diff --git a/sys/powerpc/conf/GENERIC-NODEBUG b/sys/powerpc/conf/GENERIC-NODEBUG
index 9d069a41acc1..0761376a8160 100644
--- a/sys/powerpc/conf/GENERIC-NODEBUG
+++ b/sys/powerpc/conf/GENERIC-NODEBUG
@@ -26,6 +26,6 @@
#
include GENERIC
-include "../../conf/std.nodebug"
+include "std.nodebug"
ident GENERIC-NODEBUG
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index b077cf3f2feb..26b308a4e06e 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -101,7 +101,7 @@ options RCTL # Resource limits
options KDB # Enable kernel debugger support.
options KDB_TRACE # Print a stack trace for a panic.
# For full debugger support use (turn off in stable branch):
-include ../../conf/std.debug
+include "std.debug"
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
diff --git a/sys/powerpc/conf/GENERIC64-NODEBUG b/sys/powerpc/conf/GENERIC64-NODEBUG
index 2659899940ef..a4c3dbd856e2 100644
--- a/sys/powerpc/conf/GENERIC64-NODEBUG
+++ b/sys/powerpc/conf/GENERIC64-NODEBUG
@@ -26,6 +26,6 @@
#
include GENERIC64
-include "../../conf/std.nodebug"
+include "std.nodebug"
ident GENERIC64-NODEBUG
diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE
index f090cd47ecf8..84c27690211d 100644
--- a/sys/powerpc/conf/GENERIC64LE
+++ b/sys/powerpc/conf/GENERIC64LE
@@ -97,7 +97,7 @@ options RCTL # Resource limits
options KDB # Enable kernel debugger support.
options KDB_TRACE # Print a stack trace for a panic.
# For full debugger support use (turn off in stable branch):
-include ../../conf/std.debug
+include "std.debug"
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
diff --git a/sys/powerpc/conf/GENERIC64LE-NODEBUG b/sys/powerpc/conf/GENERIC64LE-NODEBUG
index ab48bf7a0547..fd2d3ca84a19 100644
--- a/sys/powerpc/conf/GENERIC64LE-NODEBUG
+++ b/sys/powerpc/conf/GENERIC64LE-NODEBUG
@@ -26,6 +26,6 @@
#
include GENERIC64LE
-include "../../conf/std.nodebug"
+include "std.nodebug"
ident GENERIC64LE-NODEBUG