diff options
author | Ariane van der Steldt <ariane@cvs.openbsd.org> | 2011-07-08 20:15:10 +0000 |
---|---|---|
committer | Ariane van der Steldt <ariane@cvs.openbsd.org> | 2011-07-08 20:15:10 +0000 |
commit | 47930087fa40f9a65836f7cd04f56dd57013eed1 (patch) | |
tree | 1a662f6c2e038e420aaf10b8eefe9a2746d68706 /sys/arch/i386 | |
parent | 3a45c2de7196019fe9128fe728308e63a4a2f903 (diff) |
Only compile hibernate_machdep if option hibernate is set.
Unbreaks i386 kernel build.
ok mlarkin@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index b360a5e2910..83028a3ec64 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.206 2011/07/07 02:57:24 deraadt Exp $ +# $OpenBSD: files.i386,v 1.207 2011/07/08 20:15:09 ariane Exp $ # # new style config file for i386 architecture # @@ -24,7 +24,7 @@ file arch/i386/i386/est.c !small_kernel file arch/i386/i386/gdt.c file arch/i386/i386/in_cksum.s inet file arch/i386/i386/machdep.c -file arch/i386/i386/hibernate_machdep.c +file arch/i386/i386/hibernate_machdep.c hibernate file arch/i386/i386/via.c file arch/i386/i386/amd64errata.c !small_kernel file arch/i386/i386/kgdb_machdep.c kgdb |