2011-09-18 12:19:35 +04:00
|
|
|
#
|
|
|
|
# Makefile for the Linux NFC NCI layer.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_NFC_NCI) += nci.o
|
|
|
|
|
2015-02-02 00:26:14 +03:00
|
|
|
nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
|
2013-05-29 17:35:02 +04:00
|
|
|
|
2015-10-26 12:27:42 +03:00
|
|
|
nci_spi-y += spi.o
|
|
|
|
obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
|
2015-06-11 12:25:47 +03:00
|
|
|
|
|
|
|
nci_uart-y += uart.o
|
|
|
|
obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o
|