summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorAlex Elder2011-08-12 20:57:55 +0200
committerAlex Elder2011-08-12 20:57:55 +0200
commit06f8e2d6754dc631732415b741b5aa58a0f7133f (patch)
treeed26461699fc8f4d734da5ceb27f7aeec718f2f7 /fs/xfs/Makefile
parentxfs: replace xfs_buf_geterror() with bp->b_error (diff)
downloadkernel-qcow2-linux-06f8e2d6754dc631732415b741b5aa58a0f7133f.tar.gz
kernel-qcow2-linux-06f8e2d6754dc631732415b741b5aa58a0f7133f.tar.xz
kernel-qcow2-linux-06f8e2d6754dc631732415b741b5aa58a0f7133f.zip
xfs: don't expect xfs headers to be in subdirectories
Fix up some #include directives in preparation for moving a few header files out of xfs source subdirectories. Note that "xfs_linux.h" also got its quoting convention for included files switched. Signed-off-by: Alex Elder <aelder@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 75bb316529dd..b100cf445880 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -16,7 +16,7 @@
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-ccflags-y := -I$(src) -I$(src)/linux-2.6
+ccflags-y := -I$(src) -I$(src)/linux-2.6 -I$(src)/quota -I$(src)/support
ccflags-$(CONFIG_XFS_DEBUG) += -g
XFS_LINUX := linux-2.6