mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 03:00:53 +07: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>
9 lines
146 B
Makefile
9 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
|