Makefile (7e66eaf14e19c032433be7c4df3c892fa2a5282f) Makefile (93aead46428d38729f430f395a8403795a019e54)
1#
2# Makefile for nfc devices
3#
4
5obj-$(CONFIG_PN544_NFC) += pn544.o
6obj-$(CONFIG_NFC_PN533) += pn533.o
1#
2# Makefile for nfc devices
3#
4
5obj-$(CONFIG_PN544_NFC) += pn544.o
6obj-$(CONFIG_NFC_PN533) += pn533.o
7obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
7
8ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
8
9ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG