From: Eric Sandeen Date: Tue, 27 Nov 2007 05:59:56 +0000 (+1100) Subject: [XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules) X-Git-Tag: v3.12-rc1~22650^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=794f744b225aaf35742aac9e7b9dda96a9943413;p=kernel%2Fkernel-generic.git [XFS] 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: SGI-PV: 971186 SGI-Modid: xfs-linux-melb:xfs-kern:29878a Signed-off-by: Eric Sandeen Signed-off-by: Donald Douwsma Signed-off-by: Lachlan McIlroy --- diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 6bf3ee2..57c9232 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -16,7 +16,7 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -EXTRA_CFLAGS += -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char +EXTRA_CFLAGS += -I$(src) -I$(src)/linux-2.6 -funsigned-char XFS_LINUX := linux-2.6