diff options
author | Remi Denis-Courmont <remi.denis-courmont@nokia.com> | 2008-09-22 20:05:57 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-22 20:05:57 -0700 |
commit | 107d0d9b8d9a236883db72841fb61cedd5be845e (patch) | |
tree | 6555b3bc7a8ce3551c462e1f3f7d6556eeda0897 /net/phonet/Makefile | |
parent | ba113a94b7503ee23ffe819e7045134b0c1d31de (diff) | |
download | op-kernel-dev-107d0d9b8d9a236883db72841fb61cedd5be845e.zip op-kernel-dev-107d0d9b8d9a236883db72841fb61cedd5be845e.tar.gz |
Phonet: Phonet datagram transport protocol
This provides the basic SOCK_DGRAM transport protocol for Phonet.
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/phonet/Makefile b/net/phonet/Makefile index c1d671d..d218abc 100644 --- a/net/phonet/Makefile +++ b/net/phonet/Makefile @@ -4,4 +4,5 @@ phonet-objs := \ pn_dev.o \ pn_netlink.o \ socket.o \ + datagram.o \ af_phonet.o |