summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAriane van der Steldt <ariane@cvs.openbsd.org>2011-07-08 18:38:54 +0000
committerAriane van der Steldt <ariane@cvs.openbsd.org>2011-07-08 18:38:54 +0000
commitb1f8992b55acbddfd6c63321e98ce19c50d007b2 (patch)
tree667b892cd10c291028cbd7261a9ce6e880d14ef7 /sys
parenta8d4b6864e0e57ef6192934b61ae926236764cf0 (diff)
Don't compile hibernate support unless it is enabled by a config option.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index ad16d0cecf6..62b7b5adf5b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.521 2011/07/08 17:58:16 ariane Exp $
+# $OpenBSD: files,v 1.522 2011/07/08 18:38:53 ariane Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -721,7 +721,7 @@ file kern/subr_autoconf.c
file kern/subr_disk.c
file kern/subr_evcount.c
file kern/subr_extent.c
-file kern/subr_hibernate.c !small_kernel
+file kern/subr_hibernate.c hibernate
file kern/subr_log.c
file kern/subr_pool.c
file kern/dma_alloc.c