Makefile 225 B

12345678910
  1. #
  2. # Makefile for nfc devices
  3. #
  4. obj-$(CONFIG_NFC_PN544) += pn544/
  5. obj-$(CONFIG_NFC_MICROREAD) += microread/
  6. obj-$(CONFIG_NFC_PN533) += pn533.o
  7. obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
  8. ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG