aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/Makefile
diff options
context:
space:
mode:
authorRemi Denis-Courmont <remi.denis-courmont@nokia.com>2008-09-22 20:04:30 -0700
committerDavid S. Miller <davem@davemloft.net>2008-09-22 20:04:30 -0700
commit8fb397406f6470f79040c41eec49af20900a9e3b (patch)
tree019a843c84fc4b427b957a42b49562f8c33e33b6 /net/phonet/Makefile
parentPhonet: network device and address handling (diff)
downloadlinux-dev-8fb397406f6470f79040c41eec49af20900a9e3b.tar.xz
linux-dev-8fb397406f6470f79040c41eec49af20900a9e3b.zip
Phonet: Netlink interface
This provides support for configuring Phonet addresses, notifying Phonet configuration changes, and dumping the configuration. Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/phonet/Makefile')
-rw-r--r--net/phonet/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/phonet/Makefile b/net/phonet/Makefile
index 980a3866c9a3..4143c3e1dfdc 100644
--- a/net/phonet/Makefile
+++ b/net/phonet/Makefile
@@ -2,4 +2,5 @@ obj-$(CONFIG_PHONET) += phonet.o
phonet-objs := \
pn_dev.o \
+ pn_netlink.o \
af_phonet.o