Remaining lose ends

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@20 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
behlendo 2008-03-01 00:51:41 +00:00
parent ea70970ff5
commit d5f087adef
1 changed files with 3 additions and 1 deletions

View File

@ -96,9 +96,11 @@ else
AC_MSG_RESULT([no])
fi
TOPDIR=`/bin/pwd`
# Add "V=1" to KERNELMAKE_PARAMS to enable verbose module build
KERNELMAKE_PARAMS=
KERNELCPPFLAGS="-I`/bin/pwd`/include"
KERNELCPPFLAGS="-I$TOPDIR -I$TOPDIR/include"
if test "$kernelbuild" != "$kernelsrc"; then
KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$kernelbuild"