forked from Minki/linux
4a61cd6687
This is used by HCI drivers such as the one for the pn544 which require communications between HCI and the chip to use shdlc. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
9 lines
174 B
Makefile
9 lines
174 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) += shdlc.o llc_shdlc.o
|