Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751135AbWAJQfx (ORCPT ); Tue, 10 Jan 2006 11:35:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751136AbWAJQfw (ORCPT ); Tue, 10 Jan 2006 11:35:52 -0500 Received: from omx1-ext.sgi.com ([192.48.179.11]:59090 "EHLO omx1.americas.sgi.com") by vger.kernel.org with ESMTP id S1751135AbWAJQfw (ORCPT ); Tue, 10 Jan 2006 11:35:52 -0500 Message-ID: <43C3E222.7020203@sgi.com> Date: Tue, 10 Jan 2006 10:34:42 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Morton CC: hch@infradead.org, sam@ravnborg.org, linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: xfs: Makefile-linux-2.6 => Makefile? References: <20060109164214.GA10367@mars.ravnborg.org> <20060109164611.GA1382@infradead.org> <43C2CFBD.8040901@sgi.com> <20060109234532.78bda36a.akpm@osdl.org> In-Reply-To: <20060109234532.78bda36a.akpm@osdl.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1396 Lines: 35 Andrew Morton wrote: > It'd be nice to fix this: > > bix:/usr/src/25> make fs/xfs/linux-2.6/xfs_iops.o > SPLIT include/linux/autoconf.h -> include/config/* > SHIPPED scripts/genksyms/lex.c > SHIPPED scripts/genksyms/parse.h > SHIPPED scripts/genksyms/keywords.c > HOSTCC scripts/genksyms/lex.o > SHIPPED scripts/genksyms/parse.c > HOSTCC scripts/genksyms/parse.o > HOSTLD scripts/genksyms/genksyms > HOSTCC scripts/mod/file2alias.o > HOSTCC scripts/mod/modpost.o > HOSTLD scripts/mod/modpost > scripts/Makefile.build:15: /usr/src/devel/fs/xfs/linux-2.6/Makefile: No such file or directory > make[1]: *** No rule to make target `/usr/src/devel/fs/xfs/linux-2.6/Makefile'. Stop. > make: *** [fs/xfs/linux-2.6/xfs_iops.o] Error 2 Hm, maybe Sam can correct me if I'm wrong, but I'm not sure that kbuild will support more than one Makefile/Kbuild file per module; so if we have some code in a subdirectory, I think it all needs to be driven from the parent directory's Makefile... and then the above doesn't work. Sam, is there any way to make this work with some code for the module in a subdirectory? Thanks, -Eric - 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/