blob: 439b2fa8654ae73deb2b98ea7e198fc1b25df978 [file] [log] [blame]
Christophe Ricarded06aeef2015-06-09 22:26:05 +02001#
Christophe Ricard2b6e5bf2015-10-25 22:54:50 +01002# Makefile for ST_NCI NCI based NFC driver
Christophe Ricarded06aeef2015-06-09 22:26:05 +02003#
4
Christophe Ricardb1fa4dc2015-10-25 22:54:36 +01005st-nci-objs = ndlc.o core.o se.o vendor_cmds.o
Christophe Ricarded06aeef2015-06-09 22:26:05 +02006obj-$(CONFIG_NFC_ST_NCI) += st-nci.o
7
8st-nci_i2c-objs = i2c.o
9obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o
Christophe Ricard2bc4d4f2015-08-14 22:33:37 +020010
11st-nci_spi-objs = spi.o
12obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o