diff options
Diffstat (limited to 'net/nfc/nci/Makefile')
-rw-r--r-- | net/nfc/nci/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/nfc/nci/Makefile b/net/nfc/nci/Makefile index cdb3a2e44471..7aeedc43187d 100644 --- a/net/nfc/nci/Makefile +++ b/net/nfc/nci/Makefile | |||
@@ -4,4 +4,6 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_NFC_NCI) += nci.o | 5 | obj-$(CONFIG_NFC_NCI) += nci.o |
6 | 6 | ||
7 | nci-objs := core.o data.o lib.o ntf.o rsp.o \ No newline at end of file | 7 | nci-objs := core.o data.o lib.o ntf.o rsp.o |
8 | |||
9 | nci-$(CONFIG_NFC_NCI_SPI) += spi.o | ||