aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl/Makefile
blob: 775196274d1fae99738b2bd3372e4ade48f1584f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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

nfcmrvl_uart-y += uart.o
obj-$(CONFIG_NFC_MRVL_UART) += nfcmrvl_uart.o