xref: /linux/drivers/nfc/st95hf/Makefile (revision fcc8487d477a3452a1d0ccbdd4c5e0e1e3cb8bed)
1#
2# Makefile for STMicroelectronics NFC transceiver ST95HF
3#
4
5obj-$(CONFIG_NFC_ST95HF)	+= st95hf.o
6st95hf-objs			:= spi.o core.o
7