From 016d4a9ae0108642b40bf28e08c5721e4dadf915 Mon Sep 17 00:00:00 2001 From: zab Date: Fri, 23 May 2003 00:22:05 +0000 Subject: [PATCH] - this seems to pass runregression-net.sh.. - 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) --- lustre/Makefile.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lustre/Makefile.mk b/lustre/Makefile.mk index b341167..d69a37c 100644 --- a/lustre/Makefile.mk +++ b/lustre/Makefile.mk @@ -4,12 +4,15 @@ include $(src)/portals/Kernelenv LINUX = @LINUX@ obj-y += portals/ +# obdclass has to come before anything that does class_register.. obj-y += obdclass/ +obj-y += lib/ +obj-y += ptlrpc/ obj-y += ldlm/ -#obj-y += lib/ #obj-y += mds/ obj-y += obdecho/ -obj-y += ptlrpc/ +obj-y += osc/ +obj-y += ost/ # portals needs to be before utils/, which pulls in ptlctl objects obj-m += utils/ -- 1.8.3.1