From: zab Date: Tue, 2 Mar 2004 01:34:30 +0000 (+0000) Subject: - the start of moving things from portals.o to libcfs.o. the 2.4 kernel X-Git-Tag: v1_7_100~1^100~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2db504aabfb68892ae21407812b60f8efd85420c;p=fs%2Flustre-release.git - the start of moving things from portals.o to libcfs.o. the 2.4 kernel build still works though others probably don't. --- diff --git a/lnet/lnet/Makefile.mk b/lnet/lnet/Makefile.mk index 7822846..de01765 100644 --- a/lnet/lnet/Makefile.mk +++ b/lnet/lnet/Makefile.mk @@ -9,4 +9,4 @@ obj-y += portals.o portals-objs := lib-dispatch.o 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-eq.o api-errno.o api-init.o api-me.o api-ni.o \ - api-wrap.o + api-wrap.o module.o diff --git a/lustre/portals/portals/Makefile.mk b/lustre/portals/portals/Makefile.mk index 7822846..de01765 100644 --- a/lustre/portals/portals/Makefile.mk +++ b/lustre/portals/portals/Makefile.mk @@ -9,4 +9,4 @@ obj-y += portals.o portals-objs := lib-dispatch.o 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-eq.o api-errno.o api-init.o api-me.o api-ni.o \ - api-wrap.o + api-wrap.o module.o