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