Files
linux-apfs/drivers/nfc/Makefile
T

14 lines
338 B
Makefile
Raw Normal View History

#
# Makefile for nfc devices
#
obj-$(CONFIG_NFC_PN544) += pn544/
obj-$(CONFIG_NFC_MICROREAD) += microread/
2011-07-01 19:31:37 -03:00
obj-$(CONFIG_NFC_PN533) += pn533.o
2011-09-18 11:19:36 +03:00
obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o
2013-06-06 16:23:23 +02:00
obj-$(CONFIG_NFC_SIM) += nfcsim.o
2013-10-04 12:12:00 +02:00
obj-$(CONFIG_NFC_PORT100) += port100.o
2011-07-01 19:31:33 -03:00
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG