bb03dceb83
With the new mei_phy NFC driver API, the pn544 MEI physical layer is minimal and similar to the microread one. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
11 lines
221 B
Makefile
11 lines
221 B
Makefile
#
|
|
# Makefile for PN544 HCI based NFC driver
|
|
#
|
|
|
|
pn544_i2c-objs = i2c.o
|
|
pn544_mei-objs = mei.o
|
|
|
|
obj-$(CONFIG_NFC_PN544) += pn544.o
|
|
obj-$(CONFIG_NFC_PN544_I2C) += pn544_i2c.o
|
|
obj-$(CONFIG_NFC_PN544_MEI) += pn544_mei.o
|