aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/Makefile
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-01-26 16:38:42 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-01-26 16:38:42 -0500
commit4920c9ac9a4bbc6bf9acd8c614987ee6b378e78f (patch)
tree4c23ba9685b87407a8d25e42eefb970e34d934bb /fs/btrfs/Makefile
parentBtrfs: Initial checkin, basic working tree code (diff)
downloadlinux-dev-4920c9ac9a4bbc6bf9acd8c614987ee6b378e78f.tar.xz
linux-dev-4920c9ac9a4bbc6bf9acd8c614987ee6b378e78f.zip
Btrfs: Faster deletes, add Makefile and kerncompat
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/Makefile')
-rw-r--r--fs/btrfs/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile
new file mode 100644
index 000000000000..9f84c08baab2
--- /dev/null
+++ b/fs/btrfs/Makefile
@@ -0,0 +1,7 @@
+
+ctree: ctree.o
+ gcc -g -O2 -Wall -o ctree ctree.c
+
+clean:
+ rm ctree ctree.o
+