Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030446AbWEYVoU (ORCPT ); Thu, 25 May 2006 17:44:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030447AbWEYVoU (ORCPT ); Thu, 25 May 2006 17:44:20 -0400 Received: from mx1.redhat.com ([66.187.233.31]:48259 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1030446AbWEYVoT (ORCPT ); Thu, 25 May 2006 17:44:19 -0400 Date: Thu, 25 May 2006 17:44:13 -0400 From: Dave Jones To: linux-kernel@vger.kernel.org, Jeff Garzik Subject: Re: How to check if kernel sources are installed on a system? Message-ID: <20060525214413.GE4328@redhat.com> Mail-Followup-To: Dave Jones , linux-kernel@vger.kernel.org, Jeff Garzik References: <447622EA.90704@garzik.org> <20060525213952.GT13513@lug-owl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060525213952.GT13513@lug-owl.de> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 22 On Thu, May 25, 2006 at 11:39:52PM +0200, Jan-Benedict Glaw wrote: > On Thu, 2006-05-25 17:34:34 -0400, Jeff Garzik wrote: > > > > find / -name libata-scsi.c > > Which of the 10 versions showing up is the "right" one? For the sake of compiling out-of-tree modules, it's also useless, as sanitised headers (like Fedora's kernel-devel package) won't have this. Following /lib/modules/`uname -r`/build is the only way this can work. (And that should be true on any distro) Dave -- http://www.codemonkey.org.uk - 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/