Merge tag '4.4-additional' of git://git.lwn.net/linux
[deliverable/linux.git] / net / nfc / nci / Makefile
1 #
2 # Makefile for the Linux NFC NCI layer.
3 #
4
5 obj-$(CONFIG_NFC_NCI) += nci.o
6
7 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
8
9 nci_spi-y += spi.o
10 obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
11
12 nci_uart-y += uart.o
13 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o
This page took 0.044563 seconds and 6 git commands to generate.