[AF_RXRPC]: Delete the old RxRPC code.
Delete the old RxRPC code as it's now no longer used. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
08e0e7c82e
commit
63b6be55e8
@@ -1,9 +1,7 @@
|
||||
#
|
||||
# Makefile for Linux kernel Rx RPC
|
||||
# Makefile for Linux kernel RxRPC
|
||||
#
|
||||
|
||||
#CFLAGS += -finstrument-functions
|
||||
|
||||
af-rxrpc-objs := \
|
||||
af_rxrpc.o \
|
||||
ar-accept.o \
|
||||
@@ -29,26 +27,3 @@ endif
|
||||
obj-$(CONFIG_AF_RXRPC) += af-rxrpc.o
|
||||
|
||||
obj-$(CONFIG_RXKAD) += rxkad.o
|
||||
|
||||
#
|
||||
# obsolete RxRPC interface, still used by fs/afs/
|
||||
#
|
||||
rxrpc-objs := \
|
||||
call.o \
|
||||
connection.o \
|
||||
krxiod.o \
|
||||
krxsecd.o \
|
||||
krxtimod.o \
|
||||
main.o \
|
||||
peer.o \
|
||||
rxrpc_syms.o \
|
||||
transport.o
|
||||
|
||||
ifeq ($(CONFIG_PROC_FS),y)
|
||||
rxrpc-objs += proc.o
|
||||
endif
|
||||
ifeq ($(CONFIG_SYSCTL),y)
|
||||
rxrpc-objs += sysctl.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_RXRPC) += rxrpc.o
|
||||
|
||||
Reference in New Issue
Block a user