projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4068947
)
Btrfs: add transaction.h to the Makefile
author
Chris Mason
<chris.mason@oracle.com>
Tue, 20 Mar 2007 13:13:49 +0000
(09:13 -0400)
committer
David Woodhouse
<dwmw2@hera.kernel.org>
Tue, 20 Mar 2007 13:13:49 +0000
(09:13 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/Makefile
b/fs/btrfs/Makefile
index 76bcd87d8575894e4ec4a532e692b2c94ecfbb0c..7953b41848c1bdcf6f2770304dccfc2df3bdca68 100644
(file)
--- 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