From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266867AbUHOUJu (ORCPT ); Sun, 15 Aug 2004 16:09:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266870AbUHOUJu (ORCPT ); Sun, 15 Aug 2004 16:09:50 -0400 Received: from pfepb.post.tele.dk ([195.41.46.236]:25195 "EHLO pfepb.post.tele.dk") by vger.kernel.org with ESMTP id S266867AbUHOUJt (ORCPT ); Sun, 15 Aug 2004 16:09:49 -0400 Date: Sun, 15 Aug 2004 22:12:24 +0200 From: Sam Ravnborg To: Andrew Morton , linux-kernel@vger.kernel.org Cc: Sam Ravnborg Subject: kbuild + kconfig: Updates Message-ID: <20040815201224.GI7682@mars.ravnborg.org> Mail-Followup-To: Andrew Morton , linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org A number of kbuild updates and Randy's Kconfig.debug Most important stuff is: o Get rid og bogus "has no CRC" when building external modules o Rename *.lds.s to *.lds (*) o Allow external modules to use host-progs (*) The renaming of the *.lds file has been doen to allow the kernel to be build with for example Cygwin. The major outstanding issue with Cygwin/Solaris are availability of certain .h files for the tools in scripts/* and spread in the tree. Tested patches that allows the tools to be build under Cygwin/Solaris are appreciated. Patches follows this mail. Everything pushed to: bk://linux-sam.bkbits.net/kbuild Sam