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 | ||||
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame^] | 6 | |
7 | ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG |