1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2ed06aeefSChristophe Ricard# 32b6e5bfeSChristophe Ricard# Makefile for ST_NCI NCI based NFC driver 4ed06aeefSChristophe Ricard# 5ed06aeefSChristophe Ricard 6b1fa4dc4SChristophe Ricardst-nci-objs = ndlc.o core.o se.o vendor_cmds.o 7ed06aeefSChristophe Ricardobj-$(CONFIG_NFC_ST_NCI) += st-nci.o 8ed06aeefSChristophe Ricard 9ed06aeefSChristophe Ricardst-nci_i2c-objs = i2c.o 10ed06aeefSChristophe Ricardobj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o 112bc4d4f8SChristophe Ricard 122bc4d4f8SChristophe Ricardst-nci_spi-objs = spi.o 132bc4d4f8SChristophe Ricardobj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o 14