1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

Allow Dtrace to be compiled into the kernel again after r313177.

MFC after:	1 week
This commit is contained in:
Bjoern A. Zeeb 2017-02-10 16:06:14 +00:00
parent 64968e7065
commit 76d26032f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313557

View File

@ -268,6 +268,7 @@ cddl/contrib/opensolaris/uts/common/zmod/zutil.c optional zfs compile-with "${
# dtrace specific
cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c optional dtrace compile-with "${DTRACE_C}" \
warning "kernel contains CDDL licensed DTRACE"
cddl/contrib/opensolaris/uts/common/dtrace/dtrace_xoroshiro128_plus.c optional dtrace compile-with "${DTRACE_C}"
cddl/dev/dtmalloc/dtmalloc.c optional dtmalloc | dtraceall compile-with "${CDDL_C}"
cddl/dev/profile/profile.c optional dtrace_profile | dtraceall compile-with "${CDDL_C}"
cddl/dev/sdt/sdt.c optional dtrace_sdt | dtraceall compile-with "${CDDL_C}"