Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935337AbXHHQ3c (ORCPT ); Wed, 8 Aug 2007 12:29:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935531AbXHHQ2N (ORCPT ); Wed, 8 Aug 2007 12:28:13 -0400 Received: from lazybastard.de ([212.112.238.170]:54596 "EHLO longford.lazybastard.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936353AbXHHQ2K (ORCPT ); Wed, 8 Aug 2007 12:28:10 -0400 Date: Wed, 8 Aug 2007 18:24:14 +0200 From: =?utf-8?B?SsO2cm4=?= Engel To: =?utf-8?B?SsO2cm4=?= Engel Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, akpm@osdl.org, David Woodhouse , Arnd Bergmann , Thomas Gleixner Subject: [Patch 17/18] fs/Makefile Message-ID: <20070808162411.GS15319@lazybastard.org> References: <20070808161234.GB15319@lazybastard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20070808161234.GB15319@lazybastard.org> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 672 Lines: 15 --- linux-2.6.21logfs/fs/Makefile~logfs 2007-08-08 02:57:37.000000000 +0200 +++ linux-2.6.21logfs/fs/Makefile 2007-08-08 02:57:37.000000000 +0200 @@ -95,6 +95,7 @@ obj-$(CONFIG_NTFS_FS) += ntfs/ obj-$(CONFIG_UFS_FS) += ufs/ obj-$(CONFIG_EFS_FS) += efs/ obj-$(CONFIG_JFFS2_FS) += jffs2/ +obj-$(CONFIG_LOGFS) += logfs/ obj-$(CONFIG_AFFS_FS) += affs/ obj-$(CONFIG_ROMFS_FS) += romfs/ obj-$(CONFIG_QNX4FS_FS) += qnx4/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/