Skip to content
Snippets Groups Projects
Commit 0b149ce3 authored by jacob's avatar jacob
Browse files

r=phil

remove unused files.
parent 9f4fc14f
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 195 deletions
include $(src)/Kernelenv
# The ordering of these determines the order that each subsystem's
# module_init() functions are called in. if these are changed make sure
# they reflect the dependencies between each subsystem's _init functions.
obj-y += libcfs/
obj-y += portals/
obj-y += router/
obj-y += knals/
obj-y += tests/
obj-m += utils/
include $(obj)/../Kernelenv
obj-y = socknal/
obj-y = lonal/
# more coming...
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include ../../Kernelenv
obj-y += gmnal.o
gmnal-objs := gmnal_api.o gmnal_cb.o gmnal_utils.o gmnal_comm.o gmnal_module.o
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../../Kernelenv
obj-y += kiibnal.o
kiibnal-objs := iibnal.o iibnal_cb.o
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../../Kernelenv
obj-y += kopenibnal.o
kopenibnal-objs := openibnal.o openibnal_cb.o
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../../Kernelenv
obj-y += ksocknal.o
ksocknal-objs := socknal.o socknal_cb.o
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../../Kernelenv
obj-y += kvibnal.o
kvibnal-objs := vibnal.o vibnal_cb.o
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include fs/lustre/portals/Kernelenv
obj-y += libcfs.o
libcfs-objs := module.o proc.o debug.o lwt.o tracefile.o
include $(src)/../Kernelenv
obj-y += portals.o
portals-objs := lib-eq.o lib-init.o lib-md.o lib-me.o \
lib-move.o lib-msg.o lib-ni.o lib-pid.o \
api-errno.o api-ni.o api-wrap.o \
module.o
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../Kernelenv
obj-y += kptlrouter.o
kptlrouter-objs := router.o proc.o
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../Kernelenv
obj-y += ping_cli.o
obj-y += ping_srv.o
include $(src)/../Kernelenv
host-progs := acceptor ptlctl
always := $(host-progs)
ptlctl-objs := ptlctl.o $(PTLCTLOBJS)
include $(src)/portals/Kernelenv
# for scripts/version_tag.pl
LINUX = @LINUX@
obj-y += portals/
# obdclass has to come before anything that does class_register..
obj-y += obdclass/
obj-y += ptlrpc/
obj-y += obdfilter/
obj-y += mdc/
obj-y += mds/
obj-y += obdecho/
obj-y += osc/
obj-y += ost/
obj-y += lov/
obj-y += lmv/
obj-y += llite/
obj-y += lvfs/
# portals needs to be before utils/, which pulls in ptlctl objects
obj-m += utils/
obj-m += tests/
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../portals/Kernelenv
obj-y += cmobd.o
cmobd-objs := cm_obd.o cm_reint.o cm_write.o \
cm_oss_reint.o cm_mds_reint.o lproc_cm.o
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../portals/Kernelenv
obj-y += ldlm.o
ldlm-objs := l_lock.o ldlm_lock.o ldlm_resource.o ldlm_extent.o ldlm_request.o \
ldlm_lockd.o ldlm_lib.o ldlm_flock.o ldlm_plain.o \
ldlm_inodebits.o
# Copyright (C) 2003 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../portals/Kernelenv
obj-y += llite.o
llite-objs := llite_lib.o dcache.o super.o rw.o \
super25.o file.o dir.o symlink.o namei.o lproc_llite.o \
rw26.o llite_nfs.o llite_close.o llite_gns.o special.o llite_mmap.o
# Copyright (C) 2003 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../portals/Kernelenv
obj-y += lmv.o
lmv-objs := lmv_obd.o lmv_intent.o lmv_objmgr.o lproc_lmv.o
# Copyright (C) 2003 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../portals/Kernelenv
obj-y += lov.o
lov-objs := lov_obd.o lov_pack.o lproc_lov.o lov_log.o
include $(src)/../portals/Kernelenv
obj-y += lvfs.o fsfilt_ext3.o fsfilt_smfs.o
lvfs-objs := fsfilt.o lvfs_common.o llog_lvfs.o lvfs_linux.o
lvfs-objs += llog.o llog_cat.o
# Copyright (C) 2003 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
include $(src)/../portals/Kernelenv
obj-y += mdc.o
mdc-objs := mdc_locks.o mdc_request.o mdc_reint.o lproc_mdc.o mdc_lib.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment