Return-path: Received: from cpsmtpb-ews08.kpnxchange.com ([213.75.39.13]:61993 "EHLO cpsmtpb-ews08.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162036Ab3DEQjV (ORCPT ); Fri, 5 Apr 2013 12:39:21 -0400 Message-ID: <1365179958.1830.72.camel@x61.thuisdomein> (sfid-20130405_183937_816319_5164F34B) Subject: Re: [PATCH] nfc: Remove useless Makefile line From: Paul Bolle To: Joe Perches Cc: Lauro Ramos Venancio , Aloisio Almeida Jr , Samuel Ortiz , linux-wireless@vger.kernel.org, linux-nfc@lists.01.org, linux-kernel@vger.kernel.org Date: Fri, 05 Apr 2013 18:39:18 +0200 In-Reply-To: <1365179719.2075.1.camel@joe-AO722> References: <1365179481.1830.69.camel@x61.thuisdomein> <1365179719.2075.1.camel@joe-AO722> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, 2013-04-05 at 09:35 -0700, Joe Perches wrote: > On Fri, 2013-04-05 at 18:31 +0200, Paul Bolle wrote: > > -ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG > > pr_debug/dev_dbg/nfc_dev_dbg logging messages > depend on this. Thanks. But then a NFC_DEBUG symbol needs to be added, because now the DEBUG macro will never be set, won't it? Paul Bolle