summaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcmrvl/Makefile
diff options
context:
space:
mode:
authorVincent Cuissard <cuissard@marvell.com>2015-10-26 10:27:44 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2015-10-27 04:24:35 +0100
commitcaf6e49bf6d02e6bb94df680bbe3beaf680fdefa (patch)
tree94c3e0be315322c66ed2347fb52666b5d81ede75 /drivers/nfc/nfcmrvl/Makefile
parent2bd832459a0827b8dcf13b345380b66f92089d74 (diff)
NFC: nfcmrvl: add spi driver
This driver adds the support of SPI-based Marvell NFC controller. Signed-off-by: Vincent Cuissard <cuissard@marvell.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/nfcmrvl/Makefile')
-rw-r--r--drivers/nfc/nfcmrvl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/nfc/nfcmrvl/Makefile b/drivers/nfc/nfcmrvl/Makefile
index 895866a3ebc6..fa07c7806492 100644
--- a/drivers/nfc/nfcmrvl/Makefile
+++ b/drivers/nfc/nfcmrvl/Makefile
@@ -13,3 +13,6 @@ obj-$(CONFIG_NFC_MRVL_UART) += nfcmrvl_uart.o
nfcmrvl_i2c-y += i2c.o
obj-$(CONFIG_NFC_MRVL_I2C) += nfcmrvl_i2c.o
+
+nfcmrvl_spi-y += spi.o
+obj-$(CONFIG_NFC_MRVL_SPI) += nfcmrvl_spi.o