diff options
author | David Howells <dhowells@redhat.com> | 2016-04-04 15:00:34 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-06-15 16:37:12 +0200 |
commit | 875636163b4e694c092625ed98b17e10d582b3ca (patch) | |
tree | a369edf401991df10a8d6ce2952f23de97b7f054 /net/rxrpc/Makefile | |
parent | rxrpc: Use the peer record to distribute network errors (diff) | |
download | linux-875636163b4e694c092625ed98b17e10d582b3ca.tar.xz linux-875636163b4e694c092625ed98b17e10d582b3ca.zip |
rxrpc: Separate local endpoint event handling out into its own file
Separate local endpoint event handling out into its own file preparatory to
overhauling the object management aspect (which remains in the original
file).
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/Makefile')
-rw-r--r-- | net/rxrpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/Makefile b/net/rxrpc/Makefile index a6f6f21d8a59..b005027f80cf 100644 --- a/net/rxrpc/Makefile +++ b/net/rxrpc/Makefile @@ -12,6 +12,7 @@ af-rxrpc-y := \ input.o \ insecure.o \ key.o \ + local_event.o \ local_object.o \ misc.o \ output.o \ |