mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 03:49:41 +07:00
10 lines
173 B
Makefile
10 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
|