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:
Kristof Provost 2024-11-27 17:57:08 +01:00
parent 928864a935
commit 2f91534563

View file

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