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 | |||||
Eric Lapuyade | 8af00d4 | 2012-09-13 17:10:48 +0200 | [diff] [blame] | 7 | hci-y := core.o hcp.o command.o llc.o llc_nop.o |
Eric Lapuyade | 412fda5 | 2012-09-18 19:45:48 +0200 | [diff] [blame] | 8 | hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o |