M7350/kernel/net/nfc/nci/Makefile

10 lines
157 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
#
# Makefile for the Linux NFC NCI layer.
#
obj-$(CONFIG_NFC_NCI) += nci.o
2024-09-09 08:57:42 +00:00
nci-objs := core.o data.o lib.o ntf.o rsp.o
nci-$(CONFIG_NFC_NCI_SPI) += spi.o