- bring the osc and ost into the mix for the benefit of echo.sh
- get lprocfs building into the kernel by not defining the same 3 symbols in
every lprocfs object (sigh)
- compat out path_lookup, we may need to EXPORT it for 2.5 later
- s/uint flags/ulong flags/ in ptlrpc (eep)
include $(src)/../portals/Kernelenv
-obj-y += mds_updates.o simple.o target.o
+obj-y += mds_updates.o obd_pack.o simple.o client.o target.o
--- /dev/null
+# 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 += osc.o
+osc-objs := osc_request.o lproc_osc.o
--- /dev/null
+# 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 += ost.o
+ost-objs := ost_handler.o lproc_ost.o