Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x86/amd...
[deliverable/linux.git] / drivers / nfc / nfcmrvl / Makefile
1 #
2 # Makefile for NFCMRVL NCI based NFC driver
3 #
4
5 nfcmrvl-y += main.o
6 obj-$(CONFIG_NFC_MRVL) += nfcmrvl.o
7
8 nfcmrvl_usb-y += usb.o
9 obj-$(CONFIG_NFC_MRVL_USB) += nfcmrvl_usb.o
10
11 nfcmrvl_uart-y += uart.o
12 obj-$(CONFIG_NFC_MRVL_UART) += nfcmrvl_uart.o
This page took 0.044236 seconds and 6 git commands to generate.