linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfc: Remove useless Makefile line
@ 2013-04-05 16:31 Paul Bolle
  2013-04-05 16:35 ` Joe Perches
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Bolle @ 2013-04-05 16:31 UTC (permalink / raw)
  To: Lauro Ramos Venancio, Aloisio Almeida Jr, Samuel Ortiz
  Cc: linux-wireless, linux-nfc, linux-kernel

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@tiscali.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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-08-27 13:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 16:31 [PATCH] nfc: Remove useless Makefile line Paul Bolle
2013-04-05 16:35 ` Joe Perches
2013-04-05 16:39   ` Paul Bolle
2013-04-05 16:46     ` Joe Perches
2013-04-05 19:27       ` [PATCH 0/3] nfc: standardize logging styles Joe Perches
2013-04-05 19:27         ` [PATCH 1/3] nfc: Replace nfc_dev_dbg with dev_dbg, remove function tracing Joe Perches
2013-04-05 19:27         ` [PATCH 2/3] nfc: Convert nfc_dev_info and nfc_dev_err to nfc_<level> Joe Perches
2013-04-05 19:27         ` [PATCH 3/3] nfc: Standardize logging style Joe Perches
2013-08-27 13:42         ` [PATCH 0/3] nfc: standardize logging styles Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).