Merge tag 'usb-serial-5.15-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / nfc / st-nci / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for ST_NCI NCI based NFC driver
4 #
5
6 st-nci-objs = ndlc.o core.o se.o vendor_cmds.o
7 obj-$(CONFIG_NFC_ST_NCI)     += st-nci.o
8
9 st-nci_i2c-objs = i2c.o
10 obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o
11
12 st-nci_spi-objs = spi.o
13 obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o