xref: /linux-6.15/drivers/nfc/Makefile (revision c46ee386)
1#
2# Makefile for nfc devices
3#
4
5obj-$(CONFIG_PN544_NFC)		+= pn544.o
6obj-$(CONFIG_NFC_PN533)		+= pn533.o
7
8ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
9