Makefile 157 B

123456789
  1. #
  2. # Makefile for the Linux NFC NCI layer.
  3. #
  4. obj-$(CONFIG_NFC_NCI) += nci.o
  5. nci-objs := core.o data.o lib.o ntf.o rsp.o
  6. nci-$(CONFIG_NFC_NCI_SPI) += spi.o