bbed0deefb
This is an NFC driver for NXP pn544. Unlike pn544.c, this one is based on the NFC HCI and SHDLC kernel layers. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
11 lines
227 B
Makefile
11 lines
227 B
Makefile
#
|
|
# Makefile for nfc devices
|
|
#
|
|
|
|
obj-$(CONFIG_PN544_NFC) += pn544.o
|
|
obj-$(CONFIG_PN544_HCI_NFC) += pn544_hci.o
|
|
obj-$(CONFIG_NFC_PN533) += pn533.o
|
|
obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
|
|
|
|
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
|