arm64: alternatives: add enable parameter to conditional asm macros
[linux/fpc-iii.git] / net / nfc / nci / Makefile
blobb4b85b82e9882c7830a11dc7b6ce6c56f3157099
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-$(CONFIG_NFC_NCI_SPI) += spi.o
11 nci_uart-y += uart.o
12 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o