Commit 2d05b4c9 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Stephen Lord

XFS: fix a makefile comment

parent 2b71f90e
......@@ -32,7 +32,8 @@
# Makefile for XFS on Linux.
#
# This needs -I because everything does #include <xfs.h> instead of "xfs.h".
# This needs -I. because everything does #include <xfs.h> instead of "xfs.h".
# The code is wrong, local files should be included using "xfs.h", not <xfs.h>
# but I am not going to change every file at the moment.
EXTRA_CFLAGS += -Ifs/xfs -funsigned-char
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment