Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / nfc / Makefile
CommitLineData
0329326e
MA
1#
2# Makefile for nfc devices
3#
4
aa741030 5obj-$(CONFIG_NFC_PN544) += pn544/
cfad1ba8 6obj-$(CONFIG_NFC_MICROREAD) += microread/
c46ee386 7obj-$(CONFIG_NFC_PN533) += pn533.o
93aead46 8obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
4912e2fe 9obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o
7cbe0ff3 10obj-$(CONFIG_NFC_SIM) += nfcsim.o
562d4d59 11obj-$(CONFIG_NFC_PORT100) += port100.o
f26e30cc 12obj-$(CONFIG_NFC_MRVL) += nfcmrvl/
165063f1 13obj-$(CONFIG_NFC_TRF7970A) += trf7970a.o
35630df6
CR
14obj-$(CONFIG_NFC_ST21NFCA) += st21nfca/
15obj-$(CONFIG_NFC_ST21NFCB) += st21nfcb/
3e256b8f
LRV
16
17ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
This page took 0.263714 seconds and 5 git commands to generate.