xref: /linux/drivers/nfc/st-nci/Makefile (revision ed06aeefdac348cfb91a3db5fe1067e3202afd70)
1*ed06aeefSChristophe Ricard#
2*ed06aeefSChristophe Ricard# Makefile for ST21NFCB NCI based NFC driver
3*ed06aeefSChristophe Ricard#
4*ed06aeefSChristophe Ricard
5*ed06aeefSChristophe Ricardst-nci-objs = ndlc.o core.o st-nci_se.o
6*ed06aeefSChristophe Ricardobj-$(CONFIG_NFC_ST_NCI)     += st-nci.o
7*ed06aeefSChristophe Ricard
8*ed06aeefSChristophe Ricardst-nci_i2c-objs = i2c.o
9*ed06aeefSChristophe Ricardobj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o
10