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