diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-07 16:15:30 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-07 16:15:30 -0500 |
commit | 0579da4280812f34f382fb0f8004d7b0219e7a33 (patch) | |
tree | 817da9340020ac01849b610b90f6803d81bc97d3 /fs/btrfs/Makefile | |
parent | 037e6390488af8ab96137e1e5cccc15ad14ef887 (diff) |
Btrfs: Fixup last found extent caching
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 d92d08dde0ff..ae7f4c00c39c 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile @@ -1,6 +1,6 @@ CC=gcc -CFLAGS = -Wall +CFLAGS = -g -Wall headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o |