mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
LINT: Remove DTrace support
Ensure we have at least one commonly built kernel config that does not include
DTrace.
This is intended to help detect issues such as 45d108ee14 where a variable is
only used for static probe point, resulting in build failures when DTrace is
disabled.
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D47821
This commit is contained in:
parent
928864a935
commit
2f91534563
1 changed files with 0 additions and 6 deletions
|
|
@ -2,12 +2,6 @@
|
|||
|
||||
# Common NOTES between i386 and amd64
|
||||
|
||||
#
|
||||
# Enable the kernel DTrace hooks which are required to load the DTrace
|
||||
# kernel modules.
|
||||
#
|
||||
options KDTRACE_HOOKS
|
||||
|
||||
# DTrace core
|
||||
# NOTE: introduces CDDL-licensed components into the kernel
|
||||
#device dtrace
|
||||
|
|
|
|||
Loading…
Reference in a new issue