]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - net/nfc/nci/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / net / nfc / nci / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
6a2968aa
IE
2#
3# Makefile for the Linux NFC NCI layer.
4#
5
6obj-$(CONFIG_NFC_NCI) += nci.o
7
11f54f22 8nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
8a00a61b 9
fcd9d046
VC
10nci_spi-y += spi.o
11obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
9961127d
VC
12
13nci_uart-y += uart.o
14obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o