swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d authored by Linus Torvalds on 07 January 2018, 22:22:41 UTC
Linux 4.15-rc7
Tip revision: b2cd1df
Makefile
#
# Makefile for STMicroelectronics NFC transceiver ST95HF
#

obj-$(CONFIG_NFC_ST95HF)	+= st95hf.o
st95hf-objs			:= spi.o core.o
back to top