mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
9 lines
173 B
Makefile
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
|