Add the DTrace modules to the build, rather than only build the dtrace

modules.
This commit is contained in:
Warner Losh 2015-03-09 15:43:33 +00:00
parent 6d8e60c342
commit 601e4171b4

View File

@ -31,7 +31,7 @@ makeoptions WITHOUT_MODULES="ahc"
options KDTRACE_HOOKS # Kernel DTrace hooks
options DDB_CTF # all architectures - kernel ELF linker loads CTF data
makeoptions WITH_CTF=1
makeoptions MODULES_OVERRIDE="opensolaris dtrace dtrace/lockstat dtrace/profile dtrace/fbt"
makeoptions MODULES_EXTRA="opensolaris dtrace dtrace/lockstat dtrace/profile dtrace/fbt"
options HZ=100
options SCHED_4BSD # 4BSD scheduler