]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - net/nfc/nci/Makefile
Merge tag 'v4.2-rc8' into x86/mm, before applying new changes
[karo-tx-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-$(CONFIG_NFC_NCI_SPI) += spi.o
10
11 nci_uart-y += uart.o
12 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o