blob: c3362c499281efc5e473429ca4af12d6607de964 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux NFC NCI layer.
4#
5
6obj-$(CONFIG_NFC_NCI) += nci.o
7
8nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
9
10nci_spi-y += spi.o
11obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
12
13nci_uart-y += uart.o
14obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o