xref: /openbmc/linux/drivers/nfc/Makefile (revision 81d67439)
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