Makefile (245f0db0de926601353776085e6f6a4c974c5615) Makefile (9815c7cf22daceabfb919ddcd6f2c80e049c1fbc)
1#
2# Makefile for nfc devices
3#
4
5obj-$(CONFIG_NFC_FDP) += fdp/
6obj-$(CONFIG_NFC_PN544) += pn544/
7obj-$(CONFIG_NFC_MICROREAD) += microread/
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.o
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/
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/