Makefile 184 B

123456789
  1. #
  2. # Makefile for NXP-NCI NFC driver
  3. #
  4. nxp-nci-objs = core.o firmware.o
  5. nxp-nci_i2c-objs = i2c.o
  6. obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o
  7. obj-$(CONFIG_NFC_NXP_NCI_I2C) += nxp-nci_i2c.o