Files
linux-apfs/drivers/nfc/Makefile
T

12 lines
264 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
2011-07-01 19:31:33 -03:00
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG