]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/nfc/Makefile
Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfs
[mirror_ubuntu-bionic-kernel.git] / drivers / nfc / Makefile
1 #
2 # Makefile for nfc devices
3 #
4
5 obj-$(CONFIG_NFC_PN544) += pn544/
6 obj-$(CONFIG_NFC_MICROREAD) += microread/
7 obj-$(CONFIG_NFC_PN533) += pn533.o
8 obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
9 obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o
10 obj-$(CONFIG_NFC_SIM) += nfcsim.o
11 obj-$(CONFIG_NFC_PORT100) += port100.o
12 obj-$(CONFIG_NFC_MRVL) += nfcmrvl/
13 obj-$(CONFIG_NFC_TRF7970A) += trf7970a.o
14 obj-$(CONFIG_NFC_ST21NFCA) += st21nfca/
15 obj-$(CONFIG_NFC_ST21NFCB) += st21nfcb/
16
17 ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG