diff options
Diffstat (limited to '')
-rw-r--r-- | drivers/nfc/st95hf/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/nfc/st95hf/Makefile b/drivers/nfc/st95hf/Makefile new file mode 100644 index 000000000..699500b66 --- /dev/null +++ b/drivers/nfc/st95hf/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for STMicroelectronics NFC transceiver ST95HF +# + +obj-$(CONFIG_NFC_ST95HF) += st95hf.o +st95hf-objs := spi.o core.o |