aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/Makefile
blob: a189ada0926ab94eb93def94c83abd9890478b39 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for nfc devices
#

obj-$(CONFIG_NFC_PN544)		+= pn544/
obj-$(CONFIG_NFC_MICROREAD)	+= microread/
obj-$(CONFIG_NFC_PN533)		+= pn533.o
obj-$(CONFIG_NFC_WILINK)	+= nfcwilink.o

ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG