blob: b4b85b82e9882c7830a11dc7b6ce6c56f3157099 [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
9nci-$(CONFIG_NFC_NCI_SPI) += spi.o
Vincent Cuissard99611272015-06-11 11:25:47 +020010
11nci_uart-y += uart.o
12obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o