summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nxp-nci/Makefile
diff options
context:
space:
mode:
authorClément Perrochaud <clement.perrochaud@nxp.com>2015-03-09 11:12:04 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2015-03-26 11:07:50 +0100
commitdece45855a8b0d1dcf48eb01d0822070ded6a4c8 (patch)
treeed467e14ac657acdc27ceddec268a4bacfe8e20f /drivers/nfc/nxp-nci/Makefile
parent25af01ed18a282e7d324e5694fe67b85ac412994 (diff)
downloadop-kernel-dev-dece45855a8b0d1dcf48eb01d0822070ded6a4c8.zip
op-kernel-dev-dece45855a8b0d1dcf48eb01d0822070ded6a4c8.tar.gz
NFC: nxp-nci: Add support for NXP NCI chips
Add support for NXP NCI NFC controllers such as the NPC100 or PN7150 families. Signed-off-by: Clément Perrochaud <clement.perrochaud@effinnov.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/nxp-nci/Makefile')
-rw-r--r--drivers/nfc/nxp-nci/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/nfc/nxp-nci/Makefile b/drivers/nfc/nxp-nci/Makefile
new file mode 100644
index 0000000..8f1e328
--- /dev/null
+++ b/drivers/nfc/nxp-nci/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for NXP-NCI NFC driver
+#
+
+nxp-nci-objs = core.o firmware.o
+
+obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o
+
+ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
OpenPOWER on IntegriCloud