blob: 0ca31d9bf7413e8cadcc2171cb3727f7e26f7893 [file] [log] [blame]
Ilan Elias6a2968a2011-09-18 11:19:35 +03001#
2# Makefile for the Linux NFC NCI layer.
3#
4
5obj-$(CONFIG_NFC_NCI) += nci.o
6
Christophe Ricard11f54f22015-02-01 22:26:14 +01007nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
Frederic Danis8a00a612013-05-29 15:35:02 +02008
Vincent Cuissardfcd9d042015-10-26 10:27:42 +01009nci_spi-y += spi.o
10obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
Vincent Cuissard99611272015-06-11 11:25:47 +020011
12nci_uart-y += uart.o
13obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o