Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « nfc « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa6bd657ef409cca9ebe158737df2fdce11a85f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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
obj-$(CONFIG_NFC_MEI_PHY)	+= mei_phy.o

ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG