diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-15 19:03:33 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-15 19:03:33 -0400 |
commit | 1e1d27017c5986c1ea81181506042cf9cba3f6ea (patch) | |
tree | aad9439d33f45543d7b041c3609ab180c2283526 /fs/btrfs/Makefile | |
parent | 1d4f6404de26df49eb8452f8fdf7672b59f407fc (diff) |
Btrfs: add inode item
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/Makefile')
-rw-r--r-- | fs/btrfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index ea3e1493baa9..36964f54bb47 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile | |||
@@ -2,7 +2,7 @@ CC=gcc | |||
2 | CFLAGS = -g -Wall | 2 | CFLAGS = -g -Wall |
3 | headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h | 3 | headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h |
4 | objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o \ | 4 | objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o \ |
5 | root-tree.o dir-item.o hash.o | 5 | root-tree.o dir-item.o hash.o file-item.o inode-item.o |
6 | 6 | ||
7 | # if you don't have sparse installed, use ls instead | 7 | # if you don't have sparse installed, use ls instead |
8 | CHECKFLAGS=-D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise \ | 8 | CHECKFLAGS=-D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise \ |