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 | |
Vincent Cuissard | fcd9d04 | 2015-10-26 10:27:42 +0100 | [diff] [blame] | 9 | nci_spi-y += spi.o |
| 10 | obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o |
Vincent Cuissard | 9961127 | 2015-06-11 11:25:47 +0200 | [diff] [blame] | 11 | |
| 12 | nci_uart-y += uart.o |
| 13 | obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o |