From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/nfc/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drivers/nfc/Makefile (limited to 'drivers/nfc/Makefile') diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile new file mode 100644 index 00000000..aa6bd657 --- /dev/null +++ b/drivers/nfc/Makefile @@ -0,0 +1,11 @@ +# +# Makefile for nfc devices +# + +obj-$(CONFIG_NFC_PN544) += pn544/ +obj-$(CONFIG_NFC_MICROREAD) += microread/ +obj-$(CONFIG_NFC_PN533) += pn533.o +obj-$(CONFIG_NFC_WILINK) += nfcwilink.o +obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o + +ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG -- cgit v1.3.1