arm64: Enable CTF for DTrace support

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-10-21 19:08:16 +00:00
parent e0499c1184
commit 598cd16442

View file

@ -22,6 +22,7 @@ cpu ARM64
ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption