Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / nfc / st-nci / Makefile
CommitLineData
ed06aeef 1#
2b6e5bfe 2# Makefile for ST_NCI NCI based NFC driver
ed06aeef
CR
3#
4
b1fa4dc4 5st-nci-objs = ndlc.o core.o se.o vendor_cmds.o
ed06aeef
CR
6obj-$(CONFIG_NFC_ST_NCI) += st-nci.o
7
8st-nci_i2c-objs = i2c.o
9obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o
2bc4d4f8
CR
10
11st-nci_spi-objs = spi.o
12obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o
This page took 0.094214 seconds and 5 git commands to generate.