NFC: NCI: export nci_send_frame and nci_send_cmd function
[deliverable/linux.git] / drivers / nfc / nfcmrvl / Makefile
CommitLineData
f26e30cc
AK
1#
2# Makefile for NFCMRVL NCI based NFC driver
3#
4
5nfcmrvl-y += main.o
6obj-$(CONFIG_NFC_MRVL) += nfcmrvl.o
7
8nfcmrvl_usb-y += usb.o
9obj-$(CONFIG_NFC_MRVL_USB) += nfcmrvl_usb.o
e097dc62
VC
10
11nfcmrvl_uart-y += uart.o
12obj-$(CONFIG_NFC_MRVL_UART) += nfcmrvl_uart.o
This page took 0.124298 seconds and 5 git commands to generate.