@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
lib
/
modules
/
2.6.32-754.el6.x86_64
/
source
/
net
/
rxrpc
/
Path :
Upload File :
New :
File
Dir
//lib/modules/2.6.32-754.el6.x86_64/source/net/rxrpc/Makefile
# # Makefile for Linux kernel RxRPC # af-rxrpc-objs := \ af_rxrpc.o \ ar-accept.o \ ar-ack.o \ ar-call.o \ ar-connection.o \ ar-connevent.o \ ar-error.o \ ar-input.o \ ar-key.o \ ar-local.o \ ar-output.o \ ar-peer.o \ ar-recvmsg.o \ ar-security.o \ ar-skbuff.o \ ar-transport.o ifeq ($(CONFIG_PROC_FS),y) af-rxrpc-objs += ar-proc.o endif obj-$(CONFIG_AF_RXRPC) += af-rxrpc.o obj-$(CONFIG_RXKAD) += rxkad.o