# # Makefile for PN544 HCI based NFC driver # pn544_i2c-objs = i2c.o obj-$(CONFIG_NFC_PN544) += pn544.o obj-$(CONFIG_NFC_PN544_I2C) += pn544_i2c.o