]> asedeno.scripts.mit.edu Git - linux.git/blob - net/nfc/nci/Makefile
Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux.git] / net / nfc / nci / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux NFC NCI layer.
4 #
5
6 obj-$(CONFIG_NFC_NCI) += nci.o
7
8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
9
10 nci_spi-y += spi.o
11 obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
12
13 nci_uart-y += uart.o
14 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o