aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/Makefile
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2005-11-10 02:25:51 +0100
committerThomas Graf <tgr@axs.localdomain>2005-11-10 02:26:40 +0100
commitbfa83a9e03cf8d501c6272999843470afecb32ed (patch)
tree1584441824b67bee52906a1345d8277e6965fe1b /net/netlink/Makefile
parent9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 (diff)
downloadkernel_samsung_smdk4412-bfa83a9e03cf8d501c6272999843470afecb32ed.zip
kernel_samsung_smdk4412-bfa83a9e03cf8d501c6272999843470afecb32ed.tar.gz
kernel_samsung_smdk4412-bfa83a9e03cf8d501c6272999843470afecb32ed.tar.bz2
[NETLINK]: Type-safe netlink messages/attributes interface
Introduces a new type-safe interface for netlink message and attributes handling. The interface is fully binary compatible with the old interface towards userspace. Besides type safety, this interface features attribute validation capabilities, simplified message contstruction, and documentation. The resulting netlink code should be smaller, less error prone and easier to understand. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink/Makefile')
-rw-r--r--net/netlink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlink/Makefile b/net/netlink/Makefile
index 39d9c2d..6817901 100644
--- a/net/netlink/Makefile
+++ b/net/netlink/Makefile
@@ -2,4 +2,4 @@
# Makefile for the netlink driver.
#
-obj-y := af_netlink.o
+obj-y := af_netlink.o attr.o