mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 07:18:51 +01: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
|