aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/Makefile
diff options
context:
space:
mode:
authorRemi Denis-Courmont <remi.denis-courmont@nokia.com>2008-09-22 20:08:39 -0700
committerDavid S. Miller <davem@davemloft.net>2008-09-22 20:08:39 -0700
commit87ab4e20b445c6d2d2727ab4f96fa17f7259511e (patch)
tree42ee249e27e293b94f9f0c5a72dc6ef58fee5d38 /net/phonet/Makefile
parent5f77076d75d35c9f5619e1f9d7e7428a627f65e6 (diff)
downloadkernel_samsung_smdk4412-87ab4e20b445c6d2d2727ab4f96fa17f7259511e.zip
kernel_samsung_smdk4412-87ab4e20b445c6d2d2727ab4f96fa17f7259511e.tar.gz
kernel_samsung_smdk4412-87ab4e20b445c6d2d2727ab4f96fa17f7259511e.tar.bz2
Phonet: proc interface for port range
Phonet endpoints are bound to individual ports. This provides a /proc/sys/net/phonet (or sysctl) interface for selecting the range of automatically allocated ports (much like the ip_local_port_range with IPv4). 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 d218abc..ae9c3ed 100644
--- a/net/phonet/Makefile
+++ b/net/phonet/Makefile
@@ -5,4 +5,5 @@ phonet-objs := \
pn_netlink.o \
socket.o \
datagram.o \
+ sysctl.o \
af_phonet.o