mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
412fda538f
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>
9 lines
166 B
Makefile
9 lines
166 B
Makefile
#
|
|
# Makefile for the Linux NFC HCI layer.
|
|
#
|
|
|
|
obj-$(CONFIG_NFC_HCI) += hci.o
|
|
|
|
hci-y := core.o hcp.o command.o llc.o llc_nop.o
|
|
hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o
|