| Matti J. Aaltonen | 0329326 | 2011-01-12 17:00:47 -0800 | [diff] [blame] | 1 | # |
| 2 | # Makefile for nfc devices | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | obj-$(CONFIG_PN544_NFC) += pn544.o | ||||
| 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 | ||||