summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2008-10-30 21:48:28 +0000
committersobomax <sobomax@FreeBSD.org>2008-10-30 21:48:28 +0000
commitdafc63cd43bf0c7ea93a1deb268c4cfc08fbaa8b (patch)
tree53c341b456c4945540639124ec969e9e9e26ce59 /sys/conf
parentae5a12cdf15120eb335030274f5cfa6220aec8d1 (diff)
downloadFreeBSD-src-dafc63cd43bf0c7ea93a1deb268c4cfc08fbaa8b.zip
FreeBSD-src-dafc63cd43bf0c7ea93a1deb268c4cfc08fbaa8b.tar.gz
Make it possible to compile kernel with KTR but without DDB.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index a80db30..fba04aa 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1691,7 +1691,7 @@ kern/subr_sbuf.c standard
kern/subr_scanf.c standard
kern/subr_sleepqueue.c standard
kern/subr_smp.c standard
-kern/subr_stack.c optional ddb | stack
+kern/subr_stack.c optional ddb | stack | ktr
kern/subr_taskqueue.c standard
kern/subr_trap.c standard
kern/subr_turnstile.c standard
OpenPOWER on IntegriCloud