diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-16 00:14:35 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-16 00:39:41 +0200 |
commit | bb03dceb83852614ae3ad6b3731a31422890b0b9 (patch) | |
tree | 6c3585b278baf22ad4ee4047c8e053e7c98c9165 /drivers/nfc/pn544/Makefile | |
parent | 4912e2fe74811693703e9b4e21bf36c067643a03 (diff) | |
download | linux-bb03dceb83852614ae3ad6b3731a31422890b0b9.tar.bz2 |
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/Makefile | 2 |
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 |