From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758615AbYG1Uz1 (ORCPT ); Mon, 28 Jul 2008 16:55:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751739AbYG1UzS (ORCPT ); Mon, 28 Jul 2008 16:55:18 -0400 Received: from mta23.gyao.ne.jp ([125.63.38.249]:40852 "EHLO mx.gate01.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751610AbYG1UzR (ORCPT ); Mon, 28 Jul 2008 16:55:17 -0400 Date: Tue, 29 Jul 2008 05:54:39 +0900 From: Paul Mundt To: "Robert P. J. Day" Cc: magnus.damm@gmail.com, Linux Kernel Mailing List Subject: Re: bad CONFIG variable references from Makefiles Message-ID: <20080728205439.GA27744@linux-sh.org> Mail-Followup-To: Paul Mundt , "Robert P. J. Day" , magnus.damm@gmail.com, Linux Kernel Mailing List References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 28, 2008 at 04:09:28PM -0400, Robert P. J. Day wrote: > > a complete list of all references to non-existent CONFIG variables > exclusively from Makefiles in the tree. since the list is so short, > i'm not bothering to break it up by subsystem or arch. enjoy. > > > ===== FB_SH7343VOU ===== > ./drivers/video/Makefile:obj-$(CONFIG_FB_SH7343VOU) += sh7343_voufb.o Seems to have crept in from a working local tree. It's obviously bogus and can simply be killed off.