Makefile 144 B

12345678
  1. #
  2. # Makefile for nfc devices
  3. #
  4. obj-$(CONFIG_PN544_NFC) += pn544.o
  5. obj-$(CONFIG_NFC_PN533) += pn533.o
  6. ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG