From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 7/7] omfs: update kbuild to include OMFS Date: Sun, 13 Apr 2008 04:10:45 -0400 Message-ID: <20080413081045.GH9622@infradead.org> References: <1208041121-26787-8-git-send-email-me@bobcopeland.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, akpm@linux-foundation.org To: Bob Copeland Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:48550 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444AbYDMIKq (ORCPT ); Sun, 13 Apr 2008 04:10:46 -0400 Content-Disposition: inline In-Reply-To: <1208041121-26787-8-git-send-email-me@bobcopeland.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > --- /dev/null > +++ b/fs/omfs/Makefile > @@ -0,0 +1,7 @@ > +# > +# Makefile for the Linux omfs filesystem routines. > +# > + > +obj-$(CONFIG_OMFS_FS) += omfs.o > + > +omfs-objs := bitmap.o checksum.o dir.o file.o inode.o No need to comment a trivial makefile. Also please use omfs-y += instead of omfs-objs :=