summaryrefslogtreecommitdiff
path: root/drivers/nfc/pn544/Makefile
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-04-16 00:14:35 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-04-16 00:39:41 +0200
commitbb03dceb83852614ae3ad6b3731a31422890b0b9 (patch)
tree6c3585b278baf22ad4ee4047c8e053e7c98c9165 /drivers/nfc/pn544/Makefile
parent4912e2fe74811693703e9b4e21bf36c067643a03 (diff)
NFC: pn544: Add MEI physical layer
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>
Diffstat (limited to 'drivers/nfc/pn544/Makefile')
-rw-r--r--drivers/nfc/pn544/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/nfc/pn544/Makefile b/drivers/nfc/pn544/Makefile
index ac076793687d..29fb5a174036 100644
--- a/drivers/nfc/pn544/Makefile
+++ b/drivers/nfc/pn544/Makefile
@@ -3,6 +3,8 @@
#
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