summaryrefslogtreecommitdiff
path: root/net/lapb/Makefile
blob: fff797dfc88c00fa756d00de5131a76f85ec2c07 (plain)
1
2
3
4
5
6
7
#
# Makefile for the Linux LAPB layer.
#

obj-$(CONFIG_LAPB) += lapb.o

lapb-y := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o
option>
authorDavid S. Miller <davem@davemloft.net>2017-01-29 13:54:01 -0500
committerDavid S. Miller <davem@davemloft.net>2017-01-29 13:54:01 -0500
commitc51dfff8eb8acb2a20f10922a514a14272993eb7 (patch)
tree782f418d5045e6b93e824084b3cd1ccde4971d1b
parent4e8f2fc1a55d543717efb70e170b09e773d0542b (diff)
parent1796a81de4fbd3a93290de61e443ea4153ad28d4 (diff)
Merge branch 'gtp-simple-improvements'
Andreas Schultz says: ==================== gtp: simple gtp improvements This is the part of the previous "simple gtp improvements" series that Pablo indicated should go into net-next. The rcu_lock removal is small correctness changes. Passing invalid to user space allows for more standards compliant handling of invalid tunnels. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat