]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/nfc/st-nci/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[karo-tx-linux.git] / drivers / nfc / st-nci / Makefile
1 #
2 # Makefile for ST_NCI NCI based NFC driver
3 #
4
5 st-nci-objs = ndlc.o core.o se.o vendor_cmds.o
6 obj-$(CONFIG_NFC_ST_NCI)     += st-nci.o
7
8 st-nci_i2c-objs = i2c.o
9 obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o
10
11 st-nci_spi-objs = spi.o
12 obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o