blob: 574bbc04d97a46154d1a6e2874f6d3f803f5081f (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for nfc devices
#
obj-$(CONFIG_NFC_PN544) += pn544/
obj-$(CONFIG_NFC_PN533) += pn533.o
obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
|