rt2x00usb: fix anchor initialization
[linux/fpc-iii.git] / net / nfc / nci / Makefile
blob0ca31d9bf7413e8cadcc2171cb3727f7e26f7893
2 # Makefile for the Linux NFC NCI layer.
5 obj-$(CONFIG_NFC_NCI) += nci.o
7 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
9 nci_spi-y += spi.o
10 obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
12 nci_uart-y += uart.o
13 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o