blob: 0a13989b5169ef5362e732df4edaba5e6b902e20 [file] [log] [blame]
#
# Makefile for the Linux NFC HCI layer.
#
obj-$(CPTCFG_NFC_HCI) += hci.o
hci-y := core.o hcp.o command.o llc.o llc_nop.o
hci-$(CPTCFG_NFC_SHDLC) += llc_shdlc.o