diff options
author | Ilan Elias <ilane@ti.com> | 2011-09-18 04:19:36 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-20 14:43:49 -0400 |
commit | 93aead46428d38729f430f395a8403795a019e54 (patch) | |
tree | ab7619ce7100da0bdc0ac1596fcdfd365ac5a2b5 /drivers/nfc/Makefile | |
parent | 6a2968aaf50c7a22fced77a5e24aa636281efca8 (diff) |
NFC: driver for TI shared transport
Signed-off-by: Ilan Elias <ilane@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/nfc/Makefile')
-rw-r--r-- | drivers/nfc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile index 8ef446d2c1bd..ab99e8572f02 100644 --- a/drivers/nfc/Makefile +++ b/drivers/nfc/Makefile | |||
@@ -4,5 +4,6 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_PN544_NFC) += pn544.o | 5 | obj-$(CONFIG_PN544_NFC) += pn544.o |
6 | obj-$(CONFIG_NFC_PN533) += pn533.o | 6 | obj-$(CONFIG_NFC_PN533) += pn533.o |
7 | obj-$(CONFIG_NFC_WILINK) += nfcwilink.o | ||
7 | 8 | ||
8 | ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG | 9 | ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG |