From 880c911535f023ce1c82ea6015f795f74bd515bc Mon Sep 17 00:00:00 2001 From: pjkirner Date: Tue, 30 Aug 2005 20:15:51 +0000 Subject: [PATCH] Phase 1 of LNET Reorg r=pjk r=eeb --- lnet/Kernelenv.in | 4 ++-- lnet/Kernelenv.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lnet/Kernelenv.in b/lnet/Kernelenv.in index 7a48c58..59eda30 100644 --- a/lnet/Kernelenv.in +++ b/lnet/Kernelenv.in @@ -1,5 +1,5 @@ -EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/portals/include -# portals/utils/debug.c wants from userspace. sigh. +EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/lnet/include +# lnet/utils/debug.c wants from userspace. sigh. HOSTCFLAGS := -I@LINUX@/include $(EXTRA_CFLAGS) LIBREADLINE := @LIBREADLINE@ # 2.5's makefiles aren't nice to cross dir libraries in host programs diff --git a/lnet/Kernelenv.mk b/lnet/Kernelenv.mk index 7c66dfa..d973e5d 100644 --- a/lnet/Kernelenv.mk +++ b/lnet/Kernelenv.mk @@ -1,4 +1,4 @@ -EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/portals/include +EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/lnet/include HOSTCFLAGS := $(EXTRA_CFLAGS) # the kernel doesn't want us to build archives for host binaries :/ PTLCTLOBJS := debug.o l_ioctl.o parser.o portals.o -- 1.8.3.1