Merge remote-tracking branch 'ipvs-next/master'
[deliverable/linux.git] / net / nfc / nci / Makefile
CommitLineData
6a2968aa
IE
1#
2# Makefile for the Linux NFC NCI layer.
3#
4
5obj-$(CONFIG_NFC_NCI) += nci.o
6
11f54f22 7nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
8a00a61b 8
fcd9d046
VC
9nci_spi-y += spi.o
10obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
9961127d
VC
11
12nci_uart-y += uart.o
13obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o
This page took 0.262196 seconds and 5 git commands to generate.