diff options
author | Vincent Cuissard <cuissard@marvell.com> | 2015-10-26 10:27:39 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-27 04:18:44 +0100 |
commit | 3194c6870158e305dac2af52f83681e9cb67280f (patch) | |
tree | b4fc6cbfbd419132051f3a06d67c5d827a5d6e5a /drivers/nfc/nfcmrvl/Makefile | |
parent | e5629d29470134af1954d2bbe45c4f2b73f68ee9 (diff) | |
download | talos-op-linux-3194c6870158e305dac2af52f83681e9cb67280f.tar.gz talos-op-linux-3194c6870158e305dac2af52f83681e9cb67280f.zip |
NFC: nfcmrvl: add firmware download support
Implement firmware download protocol for Marvell NFC controllers.
This protocol is based on NCI frames that's why parts of its
implementation use some NCI generic functions.
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/nfcmrvl/Makefile b/drivers/nfc/nfcmrvl/Makefile index 775196274d1f..4554ee8e3680 100644 --- a/drivers/nfc/nfcmrvl/Makefile +++ b/drivers/nfc/nfcmrvl/Makefile @@ -2,7 +2,7 @@ # Makefile for NFCMRVL NCI based NFC driver # -nfcmrvl-y += main.o +nfcmrvl-y += main.o fw_dnld.o obj-$(CONFIG_NFC_MRVL) += nfcmrvl.o nfcmrvl_usb-y += usb.o |