93aead4642
Signed-off-by: Ilan Elias <ilane@ti.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
9 lines
184 B
Makefile
9 lines
184 B
Makefile
#
|
|
# 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
|