From patchwork Fri Jan 14 14:12:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: matt mooney X-Patchwork-Id: 478861 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0EEEEvM032581 for ; Fri, 14 Jan 2011 14:14:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757653Ab1ANONv (ORCPT ); Fri, 14 Jan 2011 09:13:51 -0500 Received: from qmta08.emeryville.ca.mail.comcast.net ([76.96.30.80]:40766 "EHLO qmta08.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757657Ab1ANONt (ORCPT ); Fri, 14 Jan 2011 09:13:49 -0500 Received: from omta20.emeryville.ca.mail.comcast.net ([76.96.30.87]) by qmta08.emeryville.ca.mail.comcast.net with comcast id vRpg1f0031smiN4A8SDpbf; Fri, 14 Jan 2011 14:13:49 +0000 Received: from haskell.muteddisk.com ([98.239.78.58]) by omta20.emeryville.ca.mail.comcast.net with comcast id vSDo1f00F1FUwZe8gSDpSX; Fri, 14 Jan 2011 14:13:49 +0000 Received: by haskell.muteddisk.com (Postfix, from userid 1000) id 9A1D1412AD; Fri, 14 Jan 2011 06:13:48 -0800 (PST) From: matt mooney To: Michal Marek Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RESEND PATCH 27/27] video: change to new flag variable Date: Fri, 14 Jan 2011 06:12:50 -0800 Message-Id: <60f4debdf046e6dfb4981671373b9d94c81c341b.1295006565.git.mfm@muteddisk.com> X-Mailer: git-send-email 1.6.4.2 In-Reply-To: References: Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 14 Jan 2011 14:14:15 +0000 (UTC) diff --git a/drivers/video/intelfb/Makefile b/drivers/video/intelfb/Makefile index 6c782d3..f7d631e 100644 --- a/drivers/video/intelfb/Makefile +++ b/drivers/video/intelfb/Makefile @@ -4,7 +4,4 @@ intelfb-y := intelfbdrv.o intelfbhw.o intelfb-$(CONFIG_FB_INTEL_I2C) += intelfb_i2c.o intelfb-objs := $(intelfb-y) -ifdef CONFIG_FB_INTEL_DEBUG -#EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP -EXTRA_CFLAGS += -DDEBUG -DREGDUMP -endif +ccflags-$(CONFIG_FB_INTEL_DEBUG) := -DDEBUG -DREGDUMP