WIP FPC-III support
[linux/fpc-iii.git] / net / nfc / nci / Makefile
blobc3362c499281efc5e473429ca4af12d6607de964
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the Linux NFC NCI layer.
6 obj-$(CONFIG_NFC_NCI) += nci.o
8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
10 nci_spi-y += spi.o
11 obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
13 nci_uart-y += uart.o
14 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o