summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nfc/Makefile')
-rw-r--r--drivers/nfc/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile
new file mode 100644
index 0000000..0d5335e
--- /dev/null
+++ b/drivers/nfc/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for nfc devices
+#
+
+obj-$(CPTCFG_NFC_PN544) += pn544/
+obj-$(CPTCFG_NFC_MICROREAD) += microread/
+obj-$(CPTCFG_NFC_PN533) += pn533.o
+obj-$(CPTCFG_NFC_WILINK) += nfcwilink.o
+obj-$(CPTCFG_NFC_MEI_PHY) += mei_phy.o
+
+ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG