Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the Linux NFC NCI layer.
0004 #
0005 
0006 obj-$(CONFIG_NFC_NCI) += nci.o
0007 
0008 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
0009 
0010 nci_spi-y += spi.o
0011 obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
0012 
0013 nci_uart-y += uart.o
0014 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o