NFC: nxp-nci_i2c: Add I2C support to NXP NCI driver
[firefly-linux-kernel-4.4.55.git] / drivers / nfc / nxp-nci / Makefile
index 8f1e32826961304cfd277ec86809eaef81623b05..c008be30bb187a072642bdd22a15351588579a93 100644 (file)
@@ -3,7 +3,9 @@
 #
 
 nxp-nci-objs = core.o firmware.o
+nxp-nci_i2c-objs = i2c.o
 
 obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o
+obj-$(CONFIG_NFC_NXP_NCI_I2C) += nxp-nci_i2c.o
 
 ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG