diff options
author | Alex Elder <aelder@sgi.com> | 2011-08-12 22:57:55 +0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-08-12 22:57:55 +0400 |
commit | 06f8e2d6754dc631732415b741b5aa58a0f7133f (patch) | |
tree | ed26461699fc8f4d734da5ceb27f7aeec718f2f7 /fs/xfs/Makefile | |
parent | e570280521290c27621d60cffea2400bdf1f2c88 (diff) | |
download | linux-06f8e2d6754dc631732415b741b5aa58a0f7133f.tar.xz |
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/Makefile | 2 |
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 |