summaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcmrvl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nfc/nfcmrvl/Makefile')
-rw-r--r--drivers/nfc/nfcmrvl/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/nfc/nfcmrvl/Makefile b/drivers/nfc/nfcmrvl/Makefile
new file mode 100644
index 000000000000..97a0de72dc01
--- /dev/null
+++ b/drivers/nfc/nfcmrvl/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for NFCMRVL NCI based NFC driver
+#
+
+nfcmrvl-y += main.o
+obj-$(CONFIG_NFC_MRVL) += nfcmrvl.o
+
+nfcmrvl_usb-y += usb.o
+obj-$(CONFIG_NFC_MRVL_USB) += nfcmrvl_usb.o