mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 00:26:42 +07:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
|
#
|
||
|
# Makefile for STMicroelectronics NFC transceiver ST95HF
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_NFC_ST95HF) += st95hf.o
|
||
|
st95hf-objs := spi.o core.o
|