2012-04-11 01:43:06 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Linux NFC HCI layer.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_NFC_HCI) += hci.o
|
|
|
|
|
2012-09-13 23:10:48 +08:00
|
|
|
hci-y := core.o hcp.o command.o llc.o llc_nop.o
|
2012-09-13 23:11:37 +08:00
|
|
|
hci-$(CONFIG_NFC_SHDLC) += shdlc.o llc_shdlc.o
|