sys/*/conf: do not use "../../conf/" when including std.*

Since config(8) searches sys/conf by default, there's no need to specify
the full relative path here; replace it by the filename alone.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1124
This commit is contained in:
Lexi Winter 2024-04-23 15:11:24 -06:00 committed by Warner Losh
parent 4f8f9d708e
commit 8a8daeafaf
21 changed files with 21 additions and 21 deletions

View file

@ -94,7 +94,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

View file

@ -26,6 +26,6 @@
#
include GENERIC
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC-NODEBUG

View file

@ -79,7 +79,7 @@ options INCLUDE_CONFIG_FILE # Include this file in kernel
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"
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel

View file

@ -6,6 +6,6 @@
#NO_UNIVERSE
include MINIMAL
include "../../conf/std.nodebug"
include "std.nodebug"
ident MINIMAL-NODEBUG

View file

@ -26,6 +26,6 @@
#
include GENERIC
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC-NODEBUG

View file

@ -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

View file

@ -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

View file

@ -9,6 +9,6 @@
#NO_UNIVERSE
include GENERIC-MMCCAM
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC-MMCCAM-NODEBUG

View file

@ -26,6 +26,6 @@
#
include GENERIC
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC-NODEBUG

View file

@ -73,7 +73,7 @@ options PERTHREAD_SSP # Per-thread SSP canary
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 Sanitizers
#options COVERAGE # Generic kernel coverage. Used by KCOV

View file

@ -88,7 +88,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

View file

@ -26,6 +26,6 @@
#
include GENERIC
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC-NODEBUG

View file

@ -87,7 +87,7 @@ options INCLUDE_CONFIG_FILE # Include this file in kernel
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"
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel

View file

@ -6,6 +6,6 @@
#NO_UNIVERSE
include MINIMAL
include "../../conf/std.nodebug"
include "std.nodebug"
ident MINIMAL-NODEBUG

View file

@ -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

View file

@ -26,6 +26,6 @@
#
include GENERIC
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC-NODEBUG

View file

@ -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

View file

@ -26,6 +26,6 @@
#
include GENERIC64
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC64-NODEBUG

View file

@ -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

View file

@ -26,6 +26,6 @@
#
include GENERIC64LE
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC64LE-NODEBUG

View file

@ -26,6 +26,6 @@
#
include GENERIC
include "../../conf/std.nodebug"
include "std.nodebug"
ident GENERIC-NODEBUG