[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1365179481.1830.69.camel@x61.thuisdomein>
Date: Fri, 05 Apr 2013 18:31:21 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Lauro Ramos Venancio <lauro.venancio@...nbossa.org>,
Aloisio Almeida Jr <aloisio.almeida@...nbossa.org>,
Samuel Ortiz <sameo@...ux.intel.com>
Cc: linux-wireless@...r.kernel.org, linux-nfc@...ts.01.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] nfc: Remove useless Makefile line
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 <pebolle@...cali.nl>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists