diff options
author | Lauro Ramos Venancio <lauro.venancio@openbossa.org> | 2011-07-02 02:31:34 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-05 23:26:57 +0400 |
commit | 4d12b8b129f170d0fc3188de1e51a2a1b0f87730 (patch) | |
tree | e37bbec5da917fee80706516c56fb41fcd03a1b5 /net/nfc/Makefile | |
parent | 3e256b8f8dfa309a80b5dece388d85d9a9801a29 (diff) | |
download | linux-4d12b8b129f170d0fc3188de1e51a2a1b0f87730.tar.xz |
NFC: add nfc generic netlink interface
The NFC generic netlink interface exports the NFC control operations
to the user space.
Signed-off-by: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
Signed-off-by: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
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 28bee5958687..fa6fc16246d6 100644 --- a/net/nfc/Makefile +++ b/net/nfc/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_NFC) += nfc.o -nfc-objs := core.o +nfc-objs := core.o netlink.o |