summaryrefslogtreecommitdiff
path: root/net/nfc/hci/Makefile
diff options
context:
space:
mode:
authorEric Lapuyade <eric.lapuyade@linux.intel.com>2012-09-18 17:45:48 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-24 22:17:26 (GMT)
commit412fda538f4b1317ecd0fbe6e5bc9124792bea88 (patch)
treeafd09c49880919110dd1dc25027b75a63f8dd169 /net/nfc/hci/Makefile
parent4a61cd6687fc6348d08724676d34e38160d6cf9b (diff)
downloadlinux-412fda538f4b1317ecd0fbe6e5bc9124792bea88.tar.xz
NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core
The previous shdlc HCI driver and its header are removed from the tree. PN544 now registers directly with HCI and passes the name of the llc it requires (shdlc). HCI instantiation now allocates the required llc instance. The llc is started when the HCI device is brought up. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/hci/Makefile')
-rw-r--r--net/nfc/hci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/hci/Makefile b/net/nfc/hci/Makefile
index c4d6547..c5dbb68 100644
--- a/net/nfc/hci/Makefile
+++ b/net/nfc/hci/Makefile
@@ -5,4 +5,4 @@
obj-$(CONFIG_NFC_HCI) += hci.o
hci-y := core.o hcp.o command.o llc.o llc_nop.o
-hci-$(CONFIG_NFC_SHDLC) += shdlc.o llc_shdlc.o
+hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o