From f8a2f58d7344b3a85f778bf17600f8df930f55c9 Mon Sep 17 00:00:00 2001 From: zab Date: Tue, 20 May 2003 01:56:16 +0000 Subject: [PATCH] - include the portals ping client/server in the 2.5 build - default to the socknal in the ping server --- lnet/tests/Makefile.mk | 9 +++++++++ lustre/portals/tests/Makefile.mk | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 lnet/tests/Makefile.mk create mode 100644 lustre/portals/tests/Makefile.mk 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 -- 1.8.3.1