Btrfs: Change the super to point to a tree of trees to enable persistent snapshots
[linux-2.6-block.git] / fs / btrfs / Makefile
index f8532200e9ad7954c8a75adf8775ddaa4b9937ed..13ed6313ac850f19bdcd5d549cd051d3241189f8 100644 (file)
@@ -2,7 +2,8 @@
 CC=gcc
 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
+objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o \
+         root-tree.o
 
 # if you don't have sparse installed, use ls instead
 CHECKFLAGS=-D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise \