Ilan Elias | 6a2968a | 2011-09-18 11:19:35 +0300 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux NFC NCI layer. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_NFC_NCI) += nci.o | ||||
6 | |||||
Frederic Danis | 8a00a61 | 2013-05-29 15:35:02 +0200 | [diff] [blame] | 7 | nci-objs := core.o data.o lib.o ntf.o rsp.o |
8 | |||||
9 | nci-$(CONFIG_NFC_NCI_SPI) += spi.o |