summaryrefslogtreecommitdiff
path: root/net/nfc/hci/Makefile
diff options
context:
space:
mode:
authorEric Lapuyade <eric.lapuyade@intel.com>2012-04-10 19:43:07 +0200
committerJohn W. Linville <linville@tuxdriver.com>2012-04-12 15:10:35 -0400
commiteb738fe535ae8e44402c372ecc1321eee0552a09 (patch)
treee0308123ef489ed65ef52db74f52c3e0f6541a6f /net/nfc/hci/Makefile
parent8b8d2e08bf0d50193931afd27482a59376b66b2b (diff)
NFC: SHDLC implementation
Most NFC HCI chipsets actually use a simplified HDLC link layer to carry HCI payloads. This implementation registers itself as an HCI device on behalf of the NFC driver. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/hci/Makefile')
-rw-r--r--net/nfc/hci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/hci/Makefile b/net/nfc/hci/Makefile
index af17c7be051a..f9c44b2fb065 100644
--- a/net/nfc/hci/Makefile
+++ b/net/nfc/hci/Makefile
@@ -5,3 +5,4 @@
obj-$(CONFIG_NFC_HCI) += hci.o
hci-y := core.o hcp.o command.o
+hci-$(CONFIG_NFC_SHDLC) += shdlc.o