Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162054Ab3DEQb0 (ORCPT ); Fri, 5 Apr 2013 12:31:26 -0400 Received: from cpsmtpb-ews09.kpnxchange.com ([213.75.39.14]:52478 "EHLO cpsmtpb-ews09.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162040Ab3DEQbY (ORCPT ); Fri, 5 Apr 2013 12:31:24 -0400 Message-ID: <1365179481.1830.69.camel@x61.thuisdomein> Subject: [PATCH] nfc: Remove useless Makefile line From: Paul Bolle To: Lauro Ramos Venancio , Aloisio Almeida Jr , Samuel Ortiz Cc: linux-wireless@vger.kernel.org, linux-nfc@ml01.01.org, linux-kernel@vger.kernel.org Date: Fri, 05 Apr 2013 18:31:21 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Apr 2013 16:31:22.0239 (UTC) FILETIME=[022DE0F0:01CE321B] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 882 Lines: 28 There's no Kconfig symbol NFC_DEBUG. Besides, there doesn't seem to be any nfc code that uses a DEBUG macro. This line can safely be removed. Signed-off-by: Paul Bolle --- Untested. drivers/nfc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile index a189ada0..5b4ad00 100644 --- a/drivers/nfc/Makefile +++ b/drivers/nfc/Makefile @@ -6,5 +6,3 @@ obj-$(CONFIG_NFC_PN544) += pn544/ obj-$(CONFIG_NFC_MICROREAD) += microread/ obj-$(CONFIG_NFC_PN533) += pn533.o obj-$(CONFIG_NFC_WILINK) += nfcwilink.o - -ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/