Makefile (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) Makefile (fcd9d046fd8998cc984f2ff80e76f246ebca15b6)
1#
2# Makefile for the Linux NFC NCI layer.
3#
4
5obj-$(CONFIG_NFC_NCI) += nci.o
6
7nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
8
1#
2# Makefile for the Linux NFC NCI layer.
3#
4
5obj-$(CONFIG_NFC_NCI) += nci.o
6
7nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
8
9nci-$(CONFIG_NFC_NCI_SPI) += spi.o
9nci_spi-y += spi.o
10obj-$(CONFIG_NFC_NCI_SPI) += nci_spi.o
10
11nci_uart-y += uart.o
12obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o
11
12nci_uart-y += uart.o
13obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o