mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
eb738fe535
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>
8 lines
146 B
Makefile
8 lines
146 B
Makefile
#
|
|
# Makefile for the Linux NFC HCI layer.
|
|
#
|
|
|
|
obj-$(CONFIG_NFC_HCI) += hci.o
|
|
|
|
hci-y := core.o hcp.o command.o
|
|
hci-$(CONFIG_NFC_SHDLC) += shdlc.o
|