summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/Makefile
diff options
context:
space:
mode:
authorDavid Howells2016-04-04 15:00:34 +0200
committerDavid Howells2016-06-15 16:37:12 +0200
commit875636163b4e694c092625ed98b17e10d582b3ca (patch)
treea369edf401991df10a8d6ce2952f23de97b7f054 /net/rxrpc/Makefile
parentrxrpc: Use the peer record to distribute network errors (diff)
downloadkernel-qcow2-linux-875636163b4e694c092625ed98b17e10d582b3ca.tar.gz
kernel-qcow2-linux-875636163b4e694c092625ed98b17e10d582b3ca.tar.xz
kernel-qcow2-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/Makefile1
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 \