android_kernel_samsung_on5x.../drivers/nfc/nfcmrvl/Makefile
2018-06-19 23:16:04 +02:00

9 lines
173 B
Makefile

#
# 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