Whamcloud - gitweb
- include the portals ping client/server in the 2.5 build
authorzab <zab>
Tue, 20 May 2003 01:56:16 +0000 (01:56 +0000)
committerzab <zab>
Tue, 20 May 2003 01:56:16 +0000 (01:56 +0000)
- default to the socknal in the ping server

lnet/tests/Makefile.mk [new file with mode: 0644]
lustre/portals/tests/Makefile.mk [new file with mode: 0644]

diff --git a/lnet/tests/Makefile.mk b/lnet/tests/Makefile.mk
new file mode 100644 (file)
index 0000000..5b26988
--- /dev/null
@@ -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 (file)
index 0000000..5b26988
--- /dev/null
@@ -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