From: zab Date: Tue, 20 May 2003 01:56:16 +0000 (+0000) Subject: - include the portals ping client/server in the 2.5 build X-Git-Tag: v1_7_100~1^91~262 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f8a2f58d7344b3a85f778bf17600f8df930f55c9;p=fs%2Flustre-release.git - include the portals ping client/server in the 2.5 build - default to the socknal in the ping server --- diff --git a/lnet/tests/Makefile.mk b/lnet/tests/Makefile.mk new file mode 100644 index 0000000..5b26988 --- /dev/null +++ b/lnet/tests/Makefile.mk @@ -0,0 +1,9 @@ +# 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 $(obj)/../Kernelenv + +obj-y += ping_cli.o +obj-y += ping_srv.o diff --git a/lustre/portals/tests/Makefile.mk b/lustre/portals/tests/Makefile.mk new file mode 100644 index 0000000..5b26988 --- /dev/null +++ b/lustre/portals/tests/Makefile.mk @@ -0,0 +1,9 @@ +# 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 $(obj)/../Kernelenv + +obj-y += ping_cli.o +obj-y += ping_srv.o