Eric Lapuyade | 8b8d2e0 | 2012-04-10 19:43:06 +0200 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux NFC HCI layer. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_NFC_HCI) += hci.o | ||||
6 | |||||
7 | hci-y := core.o hcp.o command.o | ||||
Eric Lapuyade | eb738fe | 2012-04-10 19:43:07 +0200 | [diff] [blame^] | 8 | hci-$(CONFIG_NFC_SHDLC) += shdlc.o |