Ilan Elias | 6a2968a | 2011-09-18 11:19:35 +0300 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux NFC NCI layer. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_NFC_NCI) += nci.o | ||||
6 | |||||
Christophe Ricard | 11f54f2 | 2015-02-01 22:26:14 +0100 | [diff] [blame] | 7 | nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o |
Frederic Danis | 8a00a61 | 2013-05-29 15:35:02 +0200 | [diff] [blame] | 8 | |
9 | nci-$(CONFIG_NFC_NCI_SPI) += spi.o | ||||
Vincent Cuissard | 9961127 | 2015-06-11 11:25:47 +0200 | [diff] [blame] | 10 | |
11 | nci_uart-y += uart.o | ||||
12 | obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o |