Fix up xfs out-of-tree builds. (a.k.a. external modules)
Change -I include directives to find headers in the out-of-tree spot.
This allows a directory containing only xfs files to be built as:
# make -C /path/to/kernel M=`pwd`
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Fri Oct 12 16:13:18 AEST 2007
Workarea: linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by: sandeen@xxxxxxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:29878a
fs/xfs/Makefile - 1.60 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Makefile.diff?r1=text&tr1=1.60&r2=text&tr2=1.59&f=h
- fix up out-of-tree xfs builds.
fs/xfs/quota/Makefile - 1.10 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h
- fix up out-of-tree xfs builds.
fs/xfs/dmapi/Makefile - 1.29 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/Makefile.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h
- fix up out-of-tree xfs builds.
|