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