1ed06aeefSChristophe Ricard# 2ed06aeefSChristophe Ricard# Makefile for ST21NFCB NCI based NFC driver 3ed06aeefSChristophe Ricard# 4ed06aeefSChristophe Ricard 5*b1fa4dc4SChristophe Ricardst-nci-objs = ndlc.o core.o se.o vendor_cmds.o 6ed06aeefSChristophe Ricardobj-$(CONFIG_NFC_ST_NCI) += st-nci.o 7ed06aeefSChristophe Ricard 8ed06aeefSChristophe Ricardst-nci_i2c-objs = i2c.o 9ed06aeefSChristophe Ricardobj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o 102bc4d4f8SChristophe Ricard 112bc4d4f8SChristophe Ricardst-nci_spi-objs = spi.o 122bc4d4f8SChristophe Ricardobj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o 13