diff options
author | Ilan Elias <ilane@ti.com> | 2011-09-18 11:19:35 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-20 14:43:49 -0400 |
commit | 6a2968aaf50c7a22fced77a5e24aa636281efca8 (patch) | |
tree | c3c9691da86f90d1eb13ee75e36189faad553496 /net/nfc/Makefile | |
parent | 55eb94f9e923cba376cdf48ea5ab28d81116bead (diff) | |
download | linux-stable-6a2968aaf50c7a22fced77a5e24aa636281efca8.tar.gz linux-stable-6a2968aaf50c7a22fced77a5e24aa636281efca8.tar.bz2 linux-stable-6a2968aaf50c7a22fced77a5e24aa636281efca8.zip |
NFC: basic NCI protocol implementation
The NFC Controller Interface (NCI) is a standard
communication protocol between an NFC Controller (NFCC)
and a Device Host (DH), defined by the NFC Forum.
Signed-off-by: Ilan Elias <ilane@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/Makefile')
-rw-r--r-- | net/nfc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/Makefile b/net/nfc/Makefile index 16250c353851..fbb550f2377b 100644 --- a/net/nfc/Makefile +++ b/net/nfc/Makefile @@ -3,5 +3,6 @@ # obj-$(CONFIG_NFC) += nfc.o +obj-$(CONFIG_NFC_NCI) += nci/ nfc-objs := core.o netlink.o af_nfc.o rawsock.o |