From bc2ad9b139596706617644e153fd70018aa42102 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 17 Jul 2008 10:18:06 +0000 Subject: [PATCH] MFC: Enable building of hammer.ko. --- sys/conf/files | 4 ++-- sys/vfs/Makefile | 4 ++-- sys/vfs/hammer/Makefile | 7 +++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index 027f645639..fbb8ef890d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/files,v 1.340.2.137 2003/06/04 17:10:30 sam Exp $ -# $DragonFly: src/sys/conf/files,v 1.223 2008/07/12 02:47:38 dillon Exp $ +# $DragonFly: src/sys/conf/files,v 1.223.2.1 2008/07/17 10:18:06 swildner Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -633,7 +633,7 @@ kern/vfs_cache.c standard kern/vfs_cluster.c standard kern/vfs_conf.c standard kern/vfs_default.c standard -kern/vfs_helper.c optional hammer +kern/vfs_helper.c standard kern/vfs_init.c standard kern/vfs_journal.c standard kern/vfs_jops.c standard diff --git a/sys/vfs/Makefile b/sys/vfs/Makefile index c8d061fa08..8b38441ca7 100644 --- a/sys/vfs/Makefile +++ b/sys/vfs/Makefile @@ -1,9 +1,9 @@ # Makefile for vfs modules # -# $DragonFly: src/sys/vfs/Makefile,v 1.7 2006/08/17 22:07:49 dillon Exp $ +# $DragonFly: src/sys/vfs/Makefile,v 1.7.8.1 2008/07/17 10:18:06 swildner Exp $ SUBDIR=fifofs msdosfs portal gnu nfs procfs \ hpfs ntfs smbfs isofs fdesc mfs nwfs udf \ - nullfs + nullfs hammer .include diff --git a/sys/vfs/hammer/Makefile b/sys/vfs/hammer/Makefile index f16616c496..e97830bba2 100644 --- a/sys/vfs/hammer/Makefile +++ b/sys/vfs/hammer/Makefile @@ -1,5 +1,5 @@ # -# $DragonFly: src/sys/vfs/hammer/Makefile,v 1.13 2008/07/12 02:47:39 dillon Exp $ +# $DragonFly: src/sys/vfs/hammer/Makefile,v 1.13.2.1 2008/07/17 10:18:06 swildner Exp $ KMOD= hammer SRCS= hammer_vfsops.c hammer_vnops.c hammer_inode.c \ @@ -8,8 +8,7 @@ SRCS= hammer_vfsops.c hammer_vnops.c hammer_inode.c \ hammer_object.c hammer_recover.c hammer_ioctl.c \ hammer_blockmap.c hammer_freemap.c hammer_undo.c \ hammer_reblock.c hammer_flusher.c hammer_mirror.c \ - hammer_pfs.c - -NOMAN= + hammer_pfs.c hammer_prune.c +SRCS+= opt_ktr.h .include -- 2.11.4.GIT