aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorAlex Elder <aelder@sgi.com>2011-08-12 13:57:55 -0500
committerAlex Elder <aelder@sgi.com>2011-08-12 13:57:55 -0500
commit06f8e2d6754dc631732415b741b5aa58a0f7133f (patch)
treeed26461699fc8f4d734da5ceb27f7aeec718f2f7 /fs/xfs/Makefile
parente570280521290c27621d60cffea2400bdf1f2c88 (diff)
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 75bb316529d..b100cf44588 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