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