diff options
author | David Howells <dhowells@redhat.com> | 2016-04-07 17:23:16 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-11 15:34:40 -0400 |
commit | 8e688d9c166671bb4a6977384de2fe7f46a31ba4 (patch) | |
tree | 940e458c3984d4980bbc4c4016f1ddd5651779c8 /net/rxrpc/Makefile | |
parent | 8f7e6e75d3074dd1856a6105f7511249ee2f2ffd (diff) | |
download | linux-8e688d9c166671bb4a6977384de2fe7f46a31ba4.tar.gz linux-8e688d9c166671bb4a6977384de2fe7f46a31ba4.tar.bz2 linux-8e688d9c166671bb4a6977384de2fe7f46a31ba4.zip |
rxrpc: Move some miscellaneous bits out into their own file
Move some miscellaneous bits out into their own file to make it easier to
split the call handling.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc/Makefile')
-rw-r--r-- | net/rxrpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rxrpc/Makefile b/net/rxrpc/Makefile index ec126f91276b..5b98c1640d6d 100644 --- a/net/rxrpc/Makefile +++ b/net/rxrpc/Makefile @@ -18,7 +18,8 @@ af-rxrpc-y := \ ar-recvmsg.o \ ar-security.o \ ar-skbuff.o \ - ar-transport.o + ar-transport.o \ + misc.o af-rxrpc-$(CONFIG_PROC_FS) += ar-proc.o af-rxrpc-$(CONFIG_SYSCTL) += sysctl.o |