summaryrefslogtreecommitdiff
path: root/net/rxrpc/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-04-04 14:00:34 +0100
committerDavid Howells <dhowells@redhat.com>2016-06-15 15:37:12 +0100
commit875636163b4e694c092625ed98b17e10d582b3ca (patch)
treea369edf401991df10a8d6ce2952f23de97b7f054 /net/rxrpc/Makefile
parentf66d7490196055cb9fb058f8936d19111a6231b9 (diff)
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 \