Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[deliverable/linux.git] / drivers / nfc / Makefile
1 #
2 # Makefile for nfc devices
3 #
4
5 obj-$(CONFIG_NFC_FDP) += fdp/
6 obj-$(CONFIG_NFC_PN544) += pn544/
7 obj-$(CONFIG_NFC_MICROREAD) += microread/
8 obj-$(CONFIG_NFC_PN533) += pn533.o
9 obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
10 obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o
11 obj-$(CONFIG_NFC_SIM) += nfcsim.o
12 obj-$(CONFIG_NFC_PORT100) += port100.o
13 obj-$(CONFIG_NFC_MRVL) += nfcmrvl/
14 obj-$(CONFIG_NFC_TRF7970A) += trf7970a.o
15 obj-$(CONFIG_NFC_ST21NFCA) += st21nfca/
16 obj-$(CONFIG_NFC_ST_NCI) += st-nci/
17 obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci/
18 obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5/
This page took 0.031767 seconds and 6 git commands to generate.