Makefile 264 B

123456789101112
  1. #
  2. # Makefile for nfc devices
  3. #
  4. obj-$(CONFIG_PN544_NFC) += pn544.o
  5. obj-$(CONFIG_SEC_NFC_SENN3AB) += secnfc/
  6. obj-$(CONFIG_NFC_PN533) += pn533.o
  7. obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
  8. obj-$(CONFIG_NFC_QNCI) += nfc-nci.o
  9. ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG