Makefile (527c465a3c8716d93201ae34b7fc52679610596d) | Makefile (2bc4d4f8c8f3ce863e3644736d1790b0684c7eb0) |
---|---|
1# 2# Makefile for ST21NFCB NCI based NFC driver 3# 4 5st-nci-objs = ndlc.o core.o st-nci_se.o 6obj-$(CONFIG_NFC_ST_NCI) += st-nci.o 7 8st-nci_i2c-objs = i2c.o 9obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o | 1# 2# Makefile for ST21NFCB NCI based NFC driver 3# 4 5st-nci-objs = ndlc.o core.o st-nci_se.o 6obj-$(CONFIG_NFC_ST_NCI) += st-nci.o 7 8st-nci_i2c-objs = i2c.o 9obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o |
10 11st-nci_spi-objs = spi.o 12obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o |
|