Matti J. Aaltonen | 0329326 | 2011-01-12 17:00:47 -0800 | [diff] [blame] | 1 | # |
2 | # Makefile for nfc devices | ||||
3 | # | ||||
4 | |||||
Samuel Ortiz | aa74103 | 2012-12-18 16:26:23 +0100 | [diff] [blame^] | 5 | obj-$(CONFIG_NFC_PN544) += pn544/ |
Aloisio Almeida Jr | c46ee38 | 2011-07-01 19:31:37 -0300 | [diff] [blame] | 6 | obj-$(CONFIG_NFC_PN533) += pn533.o |
Ilan Elias | 93aead4 | 2011-09-18 11:19:36 +0300 | [diff] [blame] | 7 | obj-$(CONFIG_NFC_WILINK) += nfcwilink.o |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 8 | |
9 | ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG |