Add KLD_DEBUG option.

This commit is contained in:
Max Khon 2011-11-06 08:10:41 +00:00
parent 4cf39b5da4
commit 4e313b699e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227151
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ GDB
KDB opt_global.h
KDB_TRACE opt_kdb.h
KDB_UNATTENDED opt_kdb.h
KLD_DEBUG opt_kld.h
SYSCTL_DEBUG opt_sysctl.h
# Miscellaneous options.

View File

@ -28,6 +28,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
#include "opt_kld.h"
#include "opt_hwpmc_hooks.h"
#include <sys/param.h>