]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/nfc/st-nci/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / drivers / nfc / st-nci / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ed06aeef 2#
2b6e5bfe 3# Makefile for ST_NCI NCI based NFC driver
ed06aeef
CR
4#
5
b1fa4dc4 6st-nci-objs = ndlc.o core.o se.o vendor_cmds.o
ed06aeef
CR
7obj-$(CONFIG_NFC_ST_NCI) += st-nci.o
8
9st-nci_i2c-objs = i2c.o
10obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o
2bc4d4f8
CR
11
12st-nci_spi-objs = spi.o
13obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o