]> Pileus Git - ~andy/linux/blob - drivers/nfc/Makefile
net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during reset
[~andy/linux] / 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
14 ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG