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