From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932407Ab0BCPtP (ORCPT ); Wed, 3 Feb 2010 10:49:15 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:34285 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757333Ab0BCPtI (ORCPT ); Wed, 3 Feb 2010 10:49:08 -0500 X-Authority-Analysis: v=1.0 c=1 a=VkAI-TzFHOEA:10 a=VwQbUJbxAAAA:8 a=-SmsL1loa1XE14IXiMcA:9 a=sH4NB_bM95tDAy_otqSUAtjOrGsA:4 X-Cloudmark-Score: 0 X-Originating-IP: 74.67.89.75 Message-Id: <20100203154605.461025238@goodmis.org> User-Agent: quilt/0.48-1 Date: Wed, 03 Feb 2010 10:46:05 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: linux-kbuild@vger.kernel.org, Andrew Morton , Anibal Monsalve Salazar , Michal Marek Subject: [PATCH 0/4][linux-next] kconfig: Updates to localmodconfig Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I'm posting the following patches for review. I've added these to go into linux-next. They can be found in the git repo shown below: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfig.git for-linus-2 Steven Rostedt (4): kconfig: Create include/generated for localmodconfig kconfig: Check for if conditions in Kconfig for localmodconfig kconfig: Look in both /bin and /sbin for lsmod in streamline_config.pl kconfig: Add LSMOD=file to override the lsmod for localmodconfig ---- scripts/kconfig/Makefile | 15 +++++++- scripts/kconfig/streamline_config.pl | 59 ++++++++++++++++++++++++++++++++- 2 files changed, 70 insertions(+), 4 deletions(-)