Makefile (da733563be5a9da26fe81d9f007262d00b846e22) | Makefile (8a00a61b0ef2bfd1b468dd20c0d0b1a94a8f7475) |
---|---|
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 | 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 |
8 9nci-$(CONFIG_NFC_NCI_SPI) += spi.o |
|