Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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
3e256b8f
LRV
12
13ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
This page took 0.192308 seconds and 5 git commands to generate.