aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
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/arm
parent4f8f9d708e6a4143f3b178bfab10d0a9b75ba2fe (diff)
downloadsrc-8a8daeafaf7094fd6e65f93fa4e7687591e23fc2.tar.gz
src-8a8daeafaf7094fd6e65f93fa4e7687591e23fc2.zip
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/GENERIC-NODEBUG2
-rw-r--r--sys/arm/conf/std.armv62
-rw-r--r--sys/arm/conf/std.armv72
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/conf/GENERIC-NODEBUG b/sys/arm/conf/GENERIC-NODEBUG
index 58f78036470d..0b3199245187 100644
--- a/sys/arm/conf/GENERIC-NODEBUG
+++ b/sys/arm/conf/GENERIC-NODEBUG
@@ -26,6 +26,6 @@
#
include GENERIC
-include "../../conf/std.nodebug"
+include "std.nodebug"
ident GENERIC-NODEBUG
diff --git a/sys/arm/conf/std.armv6 b/sys/arm/conf/std.armv6
index 9ae37eab90d5..a24227fc838f 100644
--- a/sys/arm/conf/std.armv6
+++ b/sys/arm/conf/std.armv6
@@ -66,7 +66,7 @@ options KDB_TRACE # Print a stack trace for a panic.
options USB_DEBUG # Enable usb debug support code
# For full debugger support use (turn off in stable branch):
-include ../../conf/std.debug
+include "std.debug"
# Optional extras, never enabled by default:
#options BOOTVERBOSE
diff --git a/sys/arm/conf/std.armv7 b/sys/arm/conf/std.armv7
index 72f22efd0c28..4ef60c331212 100644
--- a/sys/arm/conf/std.armv7
+++ b/sys/arm/conf/std.armv7
@@ -66,7 +66,7 @@ options KDB_TRACE # Print a stack trace for a panic.
options USB_DEBUG # Enable usb debug support code
# For full debugger support use (turn off in stable branch):
-include ../../conf/std.debug
+include "std.debug"
# Optional extras, never enabled by default:
#options BOOTVERBOSE