From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id 179BCDE7B8 for ; Thu, 7 Aug 2008 01:01:26 +1000 (EST) Date: Wed, 6 Aug 2008 11:01:24 -0400 From: Sean MacLennan To: "Arnd Bergmann" Subject: Re: Big include file move breaks user mode Message-ID: <20080806110124.40280d13@lappy.seanm.ca> In-Reply-To: <200808061651.40361.arnd@arndb.de> References: <20080805120916.2f39307c@lappy.seanm.ca> <200808061651.40361.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 6 Aug 2008 16:51:40 +0200 "Arnd Bergmann" wrote: > The user space headers are provided by your distribution, not > by the kernel, so include/asm should be a directory, not a symlink. > If you are building your own distro, don't just copy the files > but rather use 'make headers_install' to get a sanitized version. Sorry, I forgot to reply to the list :( Kumar mentioned the "make headers_install" and I got it working with our build system. So everything is back on track. Cheers, Sean