1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the Linux NFC NCI layer. 2 # Makefile for the Linux NFC NCI layer. 4 # 3 # 5 4 6 obj-$(CONFIG_NFC_NCI) += nci.o 5 obj-$(CONFIG_NFC_NCI) += nci.o 7 6 8 nci-objs := core.o data.o lib.o ntf.o rsp.o hc 7 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o 9 8 10 nci_spi-y += spi.o 9 nci_spi-y += spi.o 11 obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o 10 obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o 12 11 13 nci_uart-y += uart.o 12 nci_uart-y += uart.o 14 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o 13 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.