blob: 7aeedc43187db0f7fce4727f4aed15c4a6cefe63 [file] [log] [blame]
Ilan Elias6a2968a2011-09-18 11:19:35 +03001#
2# Makefile for the Linux NFC NCI layer.
3#
4
5obj-$(CONFIG_NFC_NCI) += nci.o
6
Frederic Danis8a00a612013-05-29 15:35:02 +02007nci-objs := core.o data.o lib.o ntf.o rsp.o
8
9nci-$(CONFIG_NFC_NCI_SPI) += spi.o