Christophe Ricard | ed06aeef | 2015-06-09 22:26:05 +0200 | [diff] [blame] | 1 | # |
Christophe Ricard | 2b6e5bf | 2015-10-25 22:54:50 +0100 | [diff] [blame] | 2 | # Makefile for ST_NCI NCI based NFC driver |
Christophe Ricard | ed06aeef | 2015-06-09 22:26:05 +0200 | [diff] [blame] | 3 | # |
| 4 | |
Christophe Ricard | b1fa4dc | 2015-10-25 22:54:36 +0100 | [diff] [blame] | 5 | st-nci-objs = ndlc.o core.o se.o vendor_cmds.o |
Christophe Ricard | ed06aeef | 2015-06-09 22:26:05 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_NFC_ST_NCI) += st-nci.o |
| 7 | |
| 8 | st-nci_i2c-objs = i2c.o |
| 9 | obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o |
Christophe Ricard | 2bc4d4f | 2015-08-14 22:33:37 +0200 | [diff] [blame] | 10 | |
| 11 | st-nci_spi-objs = spi.o |
| 12 | obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o |