Cross Reference: Makefile
xref: /linux-4.4.14/drivers/nfc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /linux-4.4.14/drivers/nfc/
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
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/
19

Indexes created Thu Jun 29 04:38:44 JST 2017