Files
linux-apfs/drivers/nfc/Makefile
T

10 lines
186 B
Makefile
Raw Normal View History

#
# Makefile for nfc devices
#
obj-$(CONFIG_PN544_HCI_NFC) += pn544/
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
2011-07-01 19:31:33 -03:00
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG