From dd04cc86279a4a77187570c1665cfb1fdf951829 Mon Sep 17 00:00:00 2001 From: zab Date: Tue, 20 May 2003 22:26:34 +0000 Subject: [PATCH] - get pinger support utils building - oops, s/obj/src/ .. the 2.5 build can have different source and target trees - make all kp30's thread_size business conditional on __kernel__ - when compiled in SYMBOL_GET amounts to a weak reference which won't be satisfied by a static symbol in the link, only kping_client wasn't right --- lnet/tests/Makefile.mk | 2 +- lnet/utils/Makefile.mk | 7 +++++++ lustre/portals/tests/Makefile.mk | 2 +- lustre/portals/utils/Makefile.mk | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 lnet/utils/Makefile.mk create mode 100644 lustre/portals/utils/Makefile.mk diff --git a/lnet/tests/Makefile.mk b/lnet/tests/Makefile.mk index 5b26988..751c0a0 100644 --- a/lnet/tests/Makefile.mk +++ b/lnet/tests/Makefile.mk @@ -3,7 +3,7 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -include $(obj)/../Kernelenv +include $(src)/../Kernelenv obj-y += ping_cli.o obj-y += ping_srv.o diff --git a/lnet/utils/Makefile.mk b/lnet/utils/Makefile.mk new file mode 100644 index 0000000..1bf79aa --- /dev/null +++ b/lnet/utils/Makefile.mk @@ -0,0 +1,7 @@ +include $(src)/../Kernelenv + +host-progs := acceptor ptlctl + +ptlctl-objs := debug.o l_ioctl.o parser.o portals.o ptlctl.o + +always := $(host-progs) diff --git a/lustre/portals/tests/Makefile.mk b/lustre/portals/tests/Makefile.mk index 5b26988..751c0a0 100644 --- a/lustre/portals/tests/Makefile.mk +++ b/lustre/portals/tests/Makefile.mk @@ -3,7 +3,7 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -include $(obj)/../Kernelenv +include $(src)/../Kernelenv obj-y += ping_cli.o obj-y += ping_srv.o diff --git a/lustre/portals/utils/Makefile.mk b/lustre/portals/utils/Makefile.mk new file mode 100644 index 0000000..1bf79aa --- /dev/null +++ b/lustre/portals/utils/Makefile.mk @@ -0,0 +1,7 @@ +include $(src)/../Kernelenv + +host-progs := acceptor ptlctl + +ptlctl-objs := debug.o l_ioctl.o parser.o portals.o ptlctl.o + +always := $(host-progs) -- 1.8.3.1