Blame view

drivers/nfc/Makefile 184 Bytes
0329326e8   Matti J. Aaltonen   NFC: Driver for N...
1
2
3
4
5
  #
  # Makefile for nfc devices
  #
  
  obj-$(CONFIG_PN544_NFC)		+= pn544.o
c46ee3862   Aloisio Almeida Jr   NFC: pn533: add N...
6
  obj-$(CONFIG_NFC_PN533)		+= pn533.o
93aead464   Ilan Elias   NFC: driver for T...
7
  obj-$(CONFIG_NFC_WILINK)	+= nfcwilink.o
3e256b8f8   Lauro Ramos Venancio   NFC: add nfc subs...
8
9
  
  ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG