aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/Makefile
diff options
context:
space:
mode:
authorGravatar Lauro Ramos Venancio <lauro.venancio@openbossa.org> 2011-07-01 19:31:33 -0300
committerGravatar John W. Linville <linville@tuxdriver.com> 2011-07-05 15:26:57 -0400
commit3e256b8f8dfa309a80b5dece388d85d9a9801a29 (patch)
treed5936ec25998426c2166dbd954b0fd8cc32c56af /drivers/nfc/Makefile
parentmac80211: allow driver to impose WoWLAN restrictions (diff)
downloadlinux-3e256b8f8dfa309a80b5dece388d85d9a9801a29.tar.gz
linux-3e256b8f8dfa309a80b5dece388d85d9a9801a29.tar.bz2
linux-3e256b8f8dfa309a80b5dece388d85d9a9801a29.zip
NFC: add nfc subsystem core
The NFC subsystem core is responsible for providing the device driver interface. It is also responsible for providing an interface to the control operations and data exchange. Signed-off-by: Lauro Ramos Venancio <lauro.venancio@openbossa.org> Signed-off-by: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/nfc/Makefile')
-rw-r--r--drivers/nfc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile
index a4efb164ec49..25296f04ccbe 100644
--- a/drivers/nfc/Makefile
+++ b/drivers/nfc/Makefile
@@ -3,3 +3,5 @@
#
obj-$(CONFIG_PN544_NFC) += pn544.o
+
+ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG