diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-20 09:13:49 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-20 09:13:49 -0400 |
commit | 631d7d950a2f2706f5c86858402c1ec50b9801f1 (patch) | |
tree | a07ae80e1532ac6abad46d884ed7d751b0d3ad39 /fs/btrfs/Makefile | |
parent | 4068947886f2d2a4c192941397bacd014a04b804 (diff) | |
download | linux-3.10-631d7d950a2f2706f5c86858402c1ec50b9801f1.tar.gz linux-3.10-631d7d950a2f2706f5c86858402c1ec50b9801f1.tar.bz2 linux-3.10-631d7d950a2f2706f5c86858402c1ec50b9801f1.zip |
Btrfs: add transaction.h to the Makefile
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/Makefile')
-rw-r--r-- | fs/btrfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index 76bcd87d857..7953b41848c 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile @@ -1,6 +1,7 @@ CC=gcc CFLAGS = -g -Wall -Werror -headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h +headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h \ + transaction.h objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o \ root-tree.o dir-item.o hash.o file-item.o inode-item.o |