xref: /linux/net/nfc/nci/Makefile (revision 2eda9972bbd12b9feb92ec057deac8e8846e650d)
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
10