From 47930087fa40f9a65836f7cd04f56dd57013eed1 Mon Sep 17 00:00:00 2001 From: Ariane van der Steldt Date: Fri, 8 Jul 2011 20:15:10 +0000 Subject: Only compile hibernate_machdep if option hibernate is set. Unbreaks i386 kernel build. ok mlarkin@ --- sys/arch/i386/conf/files.i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386') 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 -- cgit v1.2.3