diff options
author | Aloisio Almeida Jr <aloisio.almeida@openbossa.org> | 2011-07-02 00:31:35 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-05 21:26:58 +0200 |
commit | c7fe3b52c1283b8ba810eb6ecddf1c8a0bcc13ab (patch) | |
tree | 12f657e696a5ab06259382b59394f4092749849c /net/nfc/Makefile | |
parent | NFC: add nfc generic netlink interface (diff) | |
download | linux-c7fe3b52c1283b8ba810eb6ecddf1c8a0bcc13ab.tar.xz linux-c7fe3b52c1283b8ba810eb6ecddf1c8a0bcc13ab.zip |
NFC: add NFC socket family
Signed-off-by: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
Signed-off-by: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/Makefile')
-rw-r--r-- | net/nfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/Makefile b/net/nfc/Makefile index fa6fc16246d6..e081fdb86a59 100644 --- a/net/nfc/Makefile +++ b/net/nfc/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_NFC) += nfc.o -nfc-objs := core.o netlink.o +nfc-objs := core.o netlink.o af_nfc.o |